HSL(234, 75%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(234,75%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(234, 75%, 77%) | color: hsl(234, 75%, 77%) | |
| HEX | #98A1F0 | color: #98A1F0 | |
| RGB | rgb(152, 161, 240) | color: rgb(152, 161, 240) | |
| CMYK | cmyk(37%, 33%, 0%, 6%) | — | |
| HSV | hsv(234, 37%, 94%) | — | |
| HWB | hwb(234 59% 6%) | color: hwb(234 59% 6%) | |
| OKLCH | oklch(0.7329 0.1147 278.19) | color: oklch(0.7329 0.1147 278.19) | |
| Lab | lab(68.35 15.47 -40.62) | color: lab(68.35 15.47 -40.62) | |
| LCH | lch(68.35 43.47 290.85) | color: lch(68.35 43.47 290.85) |
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)
#9C9CDD — rgb(156, 156, 221)
Deuteranopia (Green-blind)
#9B9BD8 — rgb(155, 155, 216)
Tritanopia (Blue-blind)
#98CECA — rgb(152, 206, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(234, 75%, 77%);
text
color: hsl(234, 75%, 77%);
border
border: 2px solid hsl(234, 75%, 77%);
gradient light
background: linear-gradient(to right, hsl(234, 75%, 97%), hsl(234, 75%, 77%));
gradient dark
background: linear-gradient(to right, hsl(234, 75%, 77%), hsl(234, 75%, 57%))
hex
background-color: #98A1F0;
tailwind
bg-[hsl(234,75%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(234, 75%, 77%, 0.4);
css variable
--color-primary: hsl(234, 75%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(234, 75%, 77%)?
HEX: #98A1F0 | RGB: rgb(152, 161, 240) | CMYK: 37%, 33%, 0%, 6% | HSV: 234°, 37%, 94%. Copy any format from the conversion table above.
What colors go well with #98A1F0?
The complementary color is HSL(54, 75%, 77%). 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, 75%, 77%) in CSS?
As HSL: color: hsl(234, 75%, 77%); — As HEX: color: #98A1F0; — As RGB: color: rgb(152, 161, 240); — Tailwind CSS: bg-[hsl(234,75%,77%)] — CSS variable: --color-primary: hsl(234, 75%, 77%);