HSL(234, 70%, 81%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(234,70%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(234, 70%, 81%) | color: hsl(234, 70%, 81%) | |
| HEX | #ADB3F0 | color: #ADB3F0 | |
| RGB | rgb(173, 179, 240) | color: rgb(173, 179, 240) | |
| CMYK | cmyk(28%, 25%, 0%, 6%) | — | |
| HSV | hsv(235, 28%, 94%) | — | |
| HWB | hwb(235 68% 6%) | color: hwb(235 68% 6%) | |
| OKLCH | oklch(0.7839 0.087 279.83) | color: oklch(0.7839 0.087 279.83) | |
| Lab | lab(74.45 11.24 -31.04) | color: lab(74.45 11.24 -31.04) | |
| LCH | lch(74.45 33.01 289.91) | color: lch(74.45 33.01 289.91) |
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)
#B0B0E1 — rgb(176, 176, 225)
Deuteranopia (Green-blind)
#AFAFDE — rgb(175, 175, 222)
Tritanopia (Blue-blind)
#ADD6D3 — rgb(173, 214, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(234, 70%, 81%);
text
color: hsl(234, 70%, 81%);
border
border: 2px solid hsl(234, 70%, 81%);
gradient light
background: linear-gradient(to right, hsl(234, 70%, 100%), hsl(234, 70%, 81%));
gradient dark
background: linear-gradient(to right, hsl(234, 70%, 81%), hsl(234, 70%, 61%))
hex
background-color: #ADB3F0;
tailwind
bg-[hsl(234,70%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(234, 70%, 81%, 0.4);
css variable
--color-primary: hsl(234, 70%, 81%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(234, 70%, 81%)?
HEX: #ADB3F0 | RGB: rgb(173, 179, 240) | CMYK: 28%, 25%, 0%, 6% | HSV: 235°, 28%, 94%. Copy any format from the conversion table above.
What colors go well with #ADB3F0?
The complementary color is HSL(54, 70%, 81%). For a triadic harmony, use hues 234°, 354°, and 114°. For analogous combinations, try hues 204° and 264°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(234, 70%, 81%) in CSS?
As HSL: color: hsl(234, 70%, 81%); — As HEX: color: #ADB3F0; — As RGB: color: rgb(173, 179, 240); — Tailwind CSS: bg-[hsl(234,70%,81%)] — CSS variable: --color-primary: hsl(234, 70%, 81%);