#129f75
a dark, electric cyan · cool · closest name: seagreen
RGB
18, 159, 117
HSL
162°, 80%, 35%
CMYK
89, 0, 26, 38
Luminance
0.2621
Every format
| HEX | #129f75 |
| RGB | rgb(18, 159, 117) |
| HSL | hsl(162, 80%, 35%) |
| CMYK | cmyk(89%, 0%, 26%, 38%) |
| LAB | lab(58.2 -44.7 12.3) |
| LCH | lch(58.2 46.4 164.6) |
| OKLCH | oklch(0.624 0.127 165.6) |
Copy-ready code
/* CSS */
color: #129f75;
background-color: #129f75;
/* Tailwind (arbitrary) */
class="text-[#129f75] bg-[#129f75]"
/* SCSS */
$brand: #129f75;
/* SwiftUI */
Color(red: 0.071, green: 0.624, blue: 0.459)
/* Android */
Color.parseColor("#129f75")Accessibility — WCAG contrast
Aa
#129f75 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#129f75 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green62.4%
Blue45.9%
CMYK percentages
Cyan88.7%
Magenta0.0%
Yellow26.4%
Key (black)37.6%
Color previews
#129f75 text on a black background
contrast 6.24:1
Card sample
#129f75 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #129f75;
Background color
Panel with #129f75 background
background-color: #129f75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #129f75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 159, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 159, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #129f75; background: linear-gradient(135deg, #129f75, #126B9F);