#236158
a dark, vivid cyan · cool · closest name: darkslategray
RGB
35, 97, 88
HSL
171°, 47%, 26%
CMYK
64, 0, 9, 62
Luminance
0.0961
Every format
| HEX | #236158 |
| RGB | rgb(35, 97, 88) |
| HSL | hsl(171, 47%, 26%) |
| CMYK | cmyk(64%, 0%, 9%, 62%) |
| LAB | lab(37.1 -22.2 -0.8) |
| LCH | lch(37.1 22.2 182.0) |
| OKLCH | oklch(0.450 0.065 182.2) |
Copy-ready code
/* CSS */
color: #236158;
background-color: #236158;
/* Tailwind (arbitrary) */
class="text-[#236158] bg-[#236158]"
/* SCSS */
$brand: #236158;
/* SwiftUI */
Color(red: 0.137, green: 0.380, blue: 0.345)
/* Android */
Color.parseColor("#236158")Accessibility — WCAG contrast
Aa
#236158 on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#236158 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green38.0%
Blue34.5%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow9.3%
Key (black)62.0%
Color previews
#236158 text on a black background
contrast 2.92:1
Card sample
#236158 text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #236158;
Background color
Panel with #236158 background
background-color: #236158;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #236158;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 97, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 97, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #236158; background: linear-gradient(135deg, #236158, #234161);