HSL(211, 63%, 68%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,63%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 63%, 68%) | color: hsl(211, 63%, 68%) | |
| HEX | #7AACE1 | color: #7AACE1 | |
| RGB | rgb(122, 172, 225) | color: rgb(122, 172, 225) | |
| CMYK | cmyk(46%, 24%, 0%, 12%) | — | |
| HSV | hsv(211, 46%, 88%) | — | |
| HWB | hwb(211 48% 12%) | color: hwb(211 48% 12%) | |
| OKLCH | oklch(0.7296 0.0941 250.62) | color: oklch(0.7296 0.0941 250.62) | |
| Lab | lab(68.81 -2.57 -31.85) | color: lab(68.81 -2.57 -31.85) | |
| LCH | lch(68.81 31.95 265.39) | color: lch(68.81 31.95 265.39) |
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)
#9090D4 — rgb(144, 144, 212)
Deuteranopia (Green-blind)
#8D89D1 — rgb(141, 137, 209)
Tritanopia (Blue-blind)
#7DCAC8 — rgb(125, 202, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 63%, 68%);
text
color: hsl(211, 63%, 68%);
border
border: 2px solid hsl(211, 63%, 68%);
gradient light
background: linear-gradient(to right, hsl(211, 63%, 88%), hsl(211, 63%, 68%));
gradient dark
background: linear-gradient(to right, hsl(211, 63%, 68%), hsl(211, 63%, 48%))
hex
background-color: #7AACE1;
tailwind
bg-[hsl(211,63%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 63%, 68%, 0.4);
css variable
--color-primary: hsl(211, 63%, 68%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 63%, 68%)?
HEX: #7AACE1 | RGB: rgb(122, 172, 225) | CMYK: 46%, 24%, 0%, 12% | HSV: 211°, 46%, 88%. Copy any format from the conversion table above.
What colors go well with #7AACE1?
The complementary color is HSL(31, 63%, 68%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 63%, 68%) in CSS?
As HSL: color: hsl(211, 63%, 68%); — As HEX: color: #7AACE1; — As RGB: color: rgb(122, 172, 225); — Tailwind CSS: bg-[hsl(211,63%,68%)] — CSS variable: --color-primary: hsl(211, 63%, 68%);