HSL(225, 50%, 73%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(225,50%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(225, 50%, 73%) | color: hsl(225, 50%, 73%) | |
| HEX | #98A9DD | color: #98A9DD | |
| RGB | rgb(152, 169, 221) | color: rgb(152, 169, 221) | |
| CMYK | cmyk(31%, 24%, 0%, 13%) | — | |
| HSV | hsv(225, 31%, 87%) | — | |
| HWB | hwb(225 60% 13%) | color: hwb(225 60% 13%) | |
| OKLCH | oklch(0.7405 0.0779 270.4) | color: oklch(0.7405 0.0779 270.4) | |
| Lab | lab(69.66 6.04 -28.19) | color: lab(69.66 6.04 -28.19) | |
| LCH | lch(69.66 28.83 282.09) | color: lch(69.66 28.83 282.09) |
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)
#9FA0D0 — rgb(159, 160, 208)
Deuteranopia (Green-blind)
#9E9DCD — rgb(158, 157, 205)
Tritanopia (Blue-blind)
#99C6C4 — rgb(153, 198, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(225, 50%, 73%);
text
color: hsl(225, 50%, 73%);
border
border: 2px solid hsl(225, 50%, 73%);
gradient light
background: linear-gradient(to right, hsl(225, 50%, 93%), hsl(225, 50%, 73%));
gradient dark
background: linear-gradient(to right, hsl(225, 50%, 73%), hsl(225, 50%, 53%))
hex
background-color: #98A9DD;
tailwind
bg-[hsl(225,50%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(225, 50%, 73%, 0.4);
css variable
--color-primary: hsl(225, 50%, 73%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(225, 50%, 73%)?
HEX: #98A9DD | RGB: rgb(152, 169, 221) | CMYK: 31%, 24%, 0%, 13% | HSV: 225°, 31%, 87%. Copy any format from the conversion table above.
What colors go well with #98A9DD?
The complementary color is HSL(45, 50%, 73%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(225, 50%, 73%) in CSS?
As HSL: color: hsl(225, 50%, 73%); — As HEX: color: #98A9DD; — As RGB: color: rgb(152, 169, 221); — Tailwind CSS: bg-[hsl(225,50%,73%)] — CSS variable: --color-primary: hsl(225, 50%, 73%);