#259172
a dark, vivid cyan · cool · closest name: seagreen
RGB
37, 145, 114
HSL
163°, 59%, 36%
CMYK
75, 0, 21, 43
Luminance
0.2186
Every format
| HEX | #259172 |
| RGB | rgb(37, 145, 114) |
| HSL | hsl(163, 59%, 36%) |
| CMYK | cmyk(75%, 0%, 21%, 43%) |
| LAB | lab(53.9 -37.6 7.9) |
| LCH | lch(53.9 38.4 168.1) |
| OKLCH | oklch(0.589 0.107 169.0) |
Copy-ready code
/* CSS */
color: #259172;
background-color: #259172;
/* Tailwind (arbitrary) */
class="text-[#259172] bg-[#259172]"
/* SCSS */
$brand: #259172;
/* SwiftUI */
Color(red: 0.145, green: 0.569, blue: 0.447)
/* Android */
Color.parseColor("#259172")Accessibility — WCAG contrast
Aa
#259172 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#259172 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green56.9%
Blue44.7%
CMYK percentages
Cyan74.5%
Magenta0.0%
Yellow21.4%
Key (black)43.1%
Color previews
#259172 text on a black background
contrast 5.37:1
Card sample
#259172 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #259172;
Background color
Panel with #259172 background
background-color: #259172;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #259172;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 145, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 145, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #259172; background: linear-gradient(135deg, #259172, #256891);