HSL(236, 27%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(236,27%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 27%, 61%) | color: hsl(236, 27%, 61%) | |
| HEX | #8184B6 | color: #8184B6 | |
| RGB | rgb(129, 132, 182) | color: rgb(129, 132, 182) | |
| CMYK | cmyk(29%, 27%, 0%, 29%) | — | |
| HSV | hsv(237, 29%, 71%) | — | |
| HWB | hwb(237 50% 29%) | color: hwb(237 50% 29%) | |
| OKLCH | oklch(0.63 0.0751 281.35) | color: oklch(0.63 0.0751 281.35) | |
| Lab | lab(56.63 10.45 -26.6) | color: lab(56.63 10.45 -26.6) | |
| LCH | lch(56.63 28.58 291.45) | color: lch(56.63 28.58 291.45) |
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)
#8282AA — rgb(130, 130, 170)
Deuteranopia (Green-blind)
#8282A7 — rgb(130, 130, 167)
Tritanopia (Blue-blind)
#81A09E — rgb(129, 160, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 27%, 61%);
text
color: hsl(236, 27%, 61%);
border
border: 2px solid hsl(236, 27%, 61%);
gradient light
background: linear-gradient(to right, hsl(236, 27%, 81%), hsl(236, 27%, 61%));
gradient dark
background: linear-gradient(to right, hsl(236, 27%, 61%), hsl(236, 27%, 41%))
hex
background-color: #8184B6;
tailwind
bg-[hsl(236,27%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 27%, 61%, 0.4);
css variable
--color-primary: hsl(236, 27%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 27%, 61%)?
HEX: #8184B6 | RGB: rgb(129, 132, 182) | CMYK: 29%, 27%, 0%, 29% | HSV: 237°, 29%, 71%. Copy any format from the conversion table above.
What colors go well with #8184B6?
The complementary color is HSL(56, 27%, 61%). 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, 27%, 61%) in CSS?
As HSL: color: hsl(236, 27%, 61%); — As HEX: color: #8184B6; — As RGB: color: rgb(129, 132, 182); — Tailwind CSS: bg-[hsl(236,27%,61%)] — CSS variable: --color-primary: hsl(236, 27%, 61%);