HSL(222, 61%, 63%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(222,61%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 61%, 63%) | color: hsl(222, 61%, 63%) | |
| HEX | #678ADA | color: #678ADA | |
| RGB | rgb(103, 138, 218) | color: rgb(103, 138, 218) | |
| CMYK | cmyk(53%, 37%, 0%, 15%) | — | |
| HSV | hsv(222, 53%, 85%) | — | |
| HWB | hwb(222 40% 15%) | color: hwb(222 40% 15%) | |
| OKLCH | oklch(0.6427 0.1268 265.14) | color: oklch(0.6427 0.1268 265.14) | |
| Lab | lab(58.15 10.41 -44.7) | color: lab(58.15 10.41 -44.7) | |
| LCH | lch(58.15 45.9 283.11) | color: lch(58.15 45.9 283.11) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#7676C7 — rgb(118, 118, 199)
Deuteranopia (Green-blind)
#7472C2 — rgb(116, 114, 194)
Tritanopia (Blue-blind)
#69B7B4 — rgb(105, 183, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 61%, 63%);
text
color: hsl(222, 61%, 63%);
border
border: 2px solid hsl(222, 61%, 63%);
gradient light
background: linear-gradient(to right, hsl(222, 61%, 83%), hsl(222, 61%, 63%));
gradient dark
background: linear-gradient(to right, hsl(222, 61%, 63%), hsl(222, 61%, 43%))
hex
background-color: #678ADA;
tailwind
bg-[hsl(222,61%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 61%, 63%, 0.4);
css variable
--color-primary: hsl(222, 61%, 63%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(222, 61%, 63%)?
HEX: #678ADA | RGB: rgb(103, 138, 218) | CMYK: 53%, 37%, 0%, 15% | HSV: 222°, 53%, 85%. Copy any format from the conversion table above.
What colors go well with #678ADA?
The complementary color is HSL(42, 61%, 63%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(222, 61%, 63%) in CSS?
As HSL: color: hsl(222, 61%, 63%); — As HEX: color: #678ADA; — As RGB: color: rgb(103, 138, 218); — Tailwind CSS: bg-[hsl(222,61%,63%)] — CSS variable: --color-primary: hsl(222, 61%, 63%);