HSL(229, 88%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(229,88%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 88%, 61%) | color: hsl(229, 88%, 61%) | |
| HEX | #4464F3 | color: #4464F3 | |
| RGB | rgb(68, 100, 243) | color: rgb(68, 100, 243) | |
| CMYK | cmyk(72%, 59%, 0%, 5%) | — | |
| HSV | hsv(229, 72%, 95%) | — | |
| HWB | hwb(229 27% 5%) | color: hwb(229 27% 5%) | |
| OKLCH | oklch(0.5658 0.2167 268.73) | color: oklch(0.5658 0.2167 268.73) | |
| Lab | lab(48.02 36.13 -75.07) | color: lab(48.02 36.13 -75.07) | |
| LCH | lch(48.02 83.31 295.7) | color: lch(48.02 83.31 295.7) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#5252D0 — rgb(82, 82, 208)
Deuteranopia (Green-blind)
#504EC8 — rgb(80, 78, 200)
Tritanopia (Blue-blind)
#46B5AF — rgb(70, 181, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 88%, 61%);
text
color: hsl(229, 88%, 61%);
border
border: 2px solid hsl(229, 88%, 61%);
gradient light
background: linear-gradient(to right, hsl(229, 88%, 81%), hsl(229, 88%, 61%));
gradient dark
background: linear-gradient(to right, hsl(229, 88%, 61%), hsl(229, 88%, 41%))
hex
background-color: #4464F3;
tailwind
bg-[hsl(229,88%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 88%, 61%, 0.4);
css variable
--color-primary: hsl(229, 88%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 88%, 61%)?
HEX: #4464F3 | RGB: rgb(68, 100, 243) | CMYK: 72%, 59%, 0%, 5% | HSV: 229°, 72%, 95%. Copy any format from the conversion table above.
What colors go well with #4464F3?
The complementary color is HSL(49, 88%, 61%). 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, 88%, 61%) in CSS?
As HSL: color: hsl(229, 88%, 61%); — As HEX: color: #4464F3; — As RGB: color: rgb(68, 100, 243); — Tailwind CSS: bg-[hsl(229,88%,61%)] — CSS variable: --color-primary: hsl(229, 88%, 61%);