HSL(230, 13%, 55%)
Grayish Blue — Blue color
Adjust Color
Color Information
Color Name
Grayish Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(230,13%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 13%, 55%) | color: hsl(230, 13%, 55%) | |
| HEX | #7D829B | color: #7D829B | |
| RGB | rgb(125, 130, 155) | color: rgb(125, 130, 155) | |
| CMYK | cmyk(19%, 16%, 0%, 39%) | — | |
| HSV | hsv(230, 19%, 61%) | — | |
| HWB | hwb(230 49% 39%) | color: hwb(230 49% 39%) | |
| OKLCH | oklch(0.6112 0.0383 276.31) | color: oklch(0.6112 0.0383 276.31) | |
| Lab | lab(54.75 3.67 -13.97) | color: lab(54.75 3.67 -13.97) | |
| LCH | lch(54.75 14.44 284.72) | color: lch(54.75 14.44 284.72) |
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)
#7F7F95 — rgb(127, 127, 149)
Deuteranopia (Green-blind)
#7F7F94 — rgb(127, 127, 148)
Tritanopia (Blue-blind)
#7D908F — rgb(125, 144, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 13%, 55%);
text
color: hsl(230, 13%, 55%);
border
border: 2px solid hsl(230, 13%, 55%);
gradient light
background: linear-gradient(to right, hsl(230, 13%, 75%), hsl(230, 13%, 55%));
gradient dark
background: linear-gradient(to right, hsl(230, 13%, 55%), hsl(230, 13%, 35%))
hex
background-color: #7D829B;
tailwind
bg-[hsl(230,13%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 13%, 55%, 0.4);
css variable
--color-primary: hsl(230, 13%, 55%);
Related Colors
Use Cases for Grayish Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 13%, 55%)?
HEX: #7D829B | RGB: rgb(125, 130, 155) | CMYK: 19%, 16%, 0%, 39% | HSV: 230°, 19%, 61%. Copy any format from the conversion table above.
What colors go well with #7D829B?
The complementary color is HSL(50, 13%, 55%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 13%, 55%) in CSS?
As HSL: color: hsl(230, 13%, 55%); — As HEX: color: #7D829B; — As RGB: color: rgb(125, 130, 155); — Tailwind CSS: bg-[hsl(230,13%,55%)] — CSS variable: --color-primary: hsl(230, 13%, 55%);