HSL(236, 30%, 57%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(236,30%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 30%, 57%) | color: hsl(236, 30%, 57%) | |
| HEX | #7075B2 | color: #7075B2 | |
| RGB | rgb(112, 117, 178) | color: rgb(112, 117, 178) | |
| CMYK | cmyk(37%, 34%, 0%, 30%) | — | |
| HSV | hsv(235, 37%, 70%) | — | |
| HWB | hwb(235 44% 30%) | color: hwb(235 44% 30%) | |
| OKLCH | oklch(0.5837 0.0934 279.49) | color: oklch(0.5837 0.0934 279.49) | |
| Lab | lab(51.13 13.29 -32.95) | color: lab(51.13 13.29 -32.95) | |
| LCH | lch(51.13 35.53 291.97) | color: lch(51.13 35.53 291.97) |
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)
#7272A3 — rgb(114, 114, 163)
Deuteranopia (Green-blind)
#7272A0 — rgb(114, 114, 160)
Tritanopia (Blue-blind)
#709895 — rgb(112, 152, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 30%, 57%);
text
color: hsl(236, 30%, 57%);
border
border: 2px solid hsl(236, 30%, 57%);
gradient light
background: linear-gradient(to right, hsl(236, 30%, 77%), hsl(236, 30%, 57%));
gradient dark
background: linear-gradient(to right, hsl(236, 30%, 57%), hsl(236, 30%, 37%))
hex
background-color: #7075B2;
tailwind
bg-[hsl(236,30%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 30%, 57%, 0.4);
css variable
--color-primary: hsl(236, 30%, 57%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 30%, 57%)?
HEX: #7075B2 | RGB: rgb(112, 117, 178) | CMYK: 37%, 34%, 0%, 30% | HSV: 235°, 37%, 70%. Copy any format from the conversion table above.
What colors go well with #7075B2?
The complementary color is HSL(56, 30%, 57%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 30%, 57%) in CSS?
As HSL: color: hsl(236, 30%, 57%); — As HEX: color: #7075B2; — As RGB: color: rgb(112, 117, 178); — Tailwind CSS: bg-[hsl(236,30%,57%)] — CSS variable: --color-primary: hsl(236, 30%, 57%);