HSL(229, 46%, 72%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(229,46%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 46%, 72%) | color: hsl(229, 46%, 72%) | |
| HEX | #97A3D8 | color: #97A3D8 | |
| RGB | rgb(151, 163, 216) | color: rgb(151, 163, 216) | |
| CMYK | cmyk(30%, 25%, 0%, 15%) | — | |
| HSV | hsv(229, 30%, 85%) | — | |
| HWB | hwb(229 60% 15%) | color: hwb(229 60% 15%) | |
| OKLCH | oklch(0.7254 0.0784 274.42) | color: oklch(0.7254 0.0784 274.42) | |
| Lab | lab(67.82 7.85 -28.27) | color: lab(67.82 7.85 -28.27) | |
| LCH | lch(67.82 29.34 285.52) | color: lch(67.82 29.34 285.52) |
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)
#9C9CCB — rgb(156, 156, 203)
Deuteranopia (Green-blind)
#9C9BC8 — rgb(156, 155, 200)
Tritanopia (Blue-blind)
#98C1BF — rgb(152, 193, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 46%, 72%);
text
color: hsl(229, 46%, 72%);
border
border: 2px solid hsl(229, 46%, 72%);
gradient light
background: linear-gradient(to right, hsl(229, 46%, 92%), hsl(229, 46%, 72%));
gradient dark
background: linear-gradient(to right, hsl(229, 46%, 72%), hsl(229, 46%, 52%))
hex
background-color: #97A3D8;
tailwind
bg-[hsl(229,46%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 46%, 72%, 0.4);
css variable
--color-primary: hsl(229, 46%, 72%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 46%, 72%)?
HEX: #97A3D8 | RGB: rgb(151, 163, 216) | CMYK: 30%, 25%, 0%, 15% | HSV: 229°, 30%, 85%. Copy any format from the conversion table above.
What colors go well with #97A3D8?
The complementary color is HSL(49, 46%, 72%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(229, 46%, 72%) in CSS?
As HSL: color: hsl(229, 46%, 72%); — As HEX: color: #97A3D8; — As RGB: color: rgb(151, 163, 216); — Tailwind CSS: bg-[hsl(229,46%,72%)] — CSS variable: --color-primary: hsl(229, 46%, 72%);