HSL(200, 17%, 18%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(200,17%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(200, 17%, 18%) | color: hsl(200, 17%, 18%) | |
| HEX | #263136 | color: #263136 | |
| RGB | rgb(38, 49, 54) | color: rgb(38, 49, 54) | |
| CMYK | cmyk(30%, 9%, 0%, 79%) | — | |
| HSV | hsv(199, 30%, 21%) | — | |
| HWB | hwb(199 15% 79%) | color: hwb(199 15% 79%) | |
| OKLCH | oklch(0.3051 0.0175 227.26) | color: oklch(0.3051 0.0175 227.26) | |
| Lab | lab(19.54 -3.23 -4.71) | color: lab(19.54 -3.23 -4.71) | |
| LCH | lch(19.54 5.71 235.56) | color: lch(19.54 5.71 235.56) |
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)
#2B2B35 — rgb(43, 43, 53)
Deuteranopia (Green-blind)
#2A2935 — rgb(42, 41, 53)
Tritanopia (Blue-blind)
#273434 — rgb(39, 52, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(200, 17%, 18%);
text
color: hsl(200, 17%, 18%);
border
border: 2px solid hsl(200, 17%, 18%);
gradient light
background: linear-gradient(to right, hsl(200, 17%, 38%), hsl(200, 17%, 18%));
gradient dark
background: linear-gradient(to right, hsl(200, 17%, 18%), hsl(200, 17%, 0%))
hex
background-color: #263136;
tailwind
bg-[hsl(200,17%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(200, 17%, 18%, 0.4);
css variable
--color-primary: hsl(200, 17%, 18%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(200, 17%, 18%)?
HEX: #263136 | RGB: rgb(38, 49, 54) | CMYK: 30%, 9%, 0%, 79% | HSV: 199°, 30%, 21%. Copy any format from the conversion table above.
What colors go well with #263136?
The complementary color is HSL(20, 17%, 18%). For a triadic harmony, use hues 200°, 320°, and 80°. For analogous combinations, try hues 170° and 230°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(200, 17%, 18%) in CSS?
As HSL: color: hsl(200, 17%, 18%); — As HEX: color: #263136; — As RGB: color: rgb(38, 49, 54); — Tailwind CSS: bg-[hsl(200,17%,18%)] — CSS variable: --color-primary: hsl(200, 17%, 18%);