HSL(212, 80%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(212,80%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(212, 80%, 67%) | color: hsl(212, 80%, 67%) | |
| HEX | #68A6EE | color: #68A6EE | |
| RGB | rgb(104, 166, 238) | color: rgb(104, 166, 238) | |
| CMYK | cmyk(56%, 30%, 0%, 7%) | — | |
| HSV | hsv(212, 56%, 93%) | — | |
| HWB | hwb(212 41% 7%) | color: hwb(212 41% 7%) | |
| OKLCH | oklch(0.7134 0.124 253.15) | color: oklch(0.7134 0.124 253.15) | |
| Lab | lab(66.81 0.65 -42.14) | color: lab(66.81 0.65 -42.14) | |
| LCH | lch(66.81 42.15 270.88) | color: lch(66.81 42.15 270.88) |
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)
#8383DD — rgb(131, 131, 221)
Deuteranopia (Green-blind)
#7F7BD8 — rgb(127, 123, 216)
Tritanopia (Blue-blind)
#6BCFCC — rgb(107, 207, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(212, 80%, 67%);
text
color: hsl(212, 80%, 67%);
border
border: 2px solid hsl(212, 80%, 67%);
gradient light
background: linear-gradient(to right, hsl(212, 80%, 87%), hsl(212, 80%, 67%));
gradient dark
background: linear-gradient(to right, hsl(212, 80%, 67%), hsl(212, 80%, 47%))
hex
background-color: #68A6EE;
tailwind
bg-[hsl(212,80%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(212, 80%, 67%, 0.4);
css variable
--color-primary: hsl(212, 80%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(212, 80%, 67%)?
HEX: #68A6EE | RGB: rgb(104, 166, 238) | CMYK: 56%, 30%, 0%, 7% | HSV: 212°, 56%, 93%. Copy any format from the conversion table above.
What colors go well with #68A6EE?
The complementary color is HSL(32, 80%, 67%). For a triadic harmony, use hues 212°, 332°, and 92°. For analogous combinations, try hues 182° and 242°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(212, 80%, 67%) in CSS?
As HSL: color: hsl(212, 80%, 67%); — As HEX: color: #68A6EE; — As RGB: color: rgb(104, 166, 238); — Tailwind CSS: bg-[hsl(212,80%,67%)] — CSS variable: --color-primary: hsl(212, 80%, 67%);