HSL(238, 70%, 57%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(238,70%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(238, 70%, 57%) | color: hsl(238, 70%, 57%) | |
| HEX | #454ADE | color: #454ADE | |
| RGB | rgb(69, 74, 222) | color: rgb(69, 74, 222) | |
| CMYK | cmyk(69%, 67%, 0%, 13%) | — | |
| HSV | hsv(238, 69%, 87%) | — | |
| HWB | hwb(238 27% 13%) | color: hwb(238 27% 13%) | |
| OKLCH | oklch(0.5039 0.2196 273.78) | color: oklch(0.5039 0.2196 273.78) | |
| Lab | lab(40.3 44.89 -75.82) | color: lab(40.3 44.89 -75.82) | |
| LCH | lch(40.3 88.11 300.63) | color: lch(40.3 88.11 300.63) |
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)
#4747BA — rgb(71, 71, 186)
Deuteranopia (Green-blind)
#4747B2 — rgb(71, 71, 178)
Tritanopia (Blue-blind)
#459E98 — rgb(69, 158, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(238, 70%, 57%);
text
color: hsl(238, 70%, 57%);
border
border: 2px solid hsl(238, 70%, 57%);
gradient light
background: linear-gradient(to right, hsl(238, 70%, 77%), hsl(238, 70%, 57%));
gradient dark
background: linear-gradient(to right, hsl(238, 70%, 57%), hsl(238, 70%, 37%))
hex
background-color: #454ADE;
tailwind
bg-[hsl(238,70%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(238, 70%, 57%, 0.4);
css variable
--color-primary: hsl(238, 70%, 57%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(238, 70%, 57%)?
HEX: #454ADE | RGB: rgb(69, 74, 222) | CMYK: 69%, 67%, 0%, 13% | HSV: 238°, 69%, 87%. Copy any format from the conversion table above.
What colors go well with #454ADE?
The complementary color is HSL(58, 70%, 57%). For a triadic harmony, use hues 238°, 358°, and 118°. For analogous combinations, try hues 208° and 268°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(238, 70%, 57%) in CSS?
As HSL: color: hsl(238, 70%, 57%); — As HEX: color: #454ADE; — As RGB: color: rgb(69, 74, 222); — Tailwind CSS: bg-[hsl(238,70%,57%)] — CSS variable: --color-primary: hsl(238, 70%, 57%);