#129ba4
a dark, electric cyan · cool · closest name: teal
RGB
18, 155, 164
HSL
184°, 80%, 36%
CMYK
89, 6, 0, 36
Luminance
0.2625
Every format
| HEX | #129ba4 |
| RGB | rgb(18, 155, 164) |
| HSL | hsl(184, 80%, 36%) |
| CMYK | cmyk(89%, 6%, 0%, 36%) |
| LAB | lab(58.3 -29.5 -14.2) |
| LCH | lch(58.3 32.8 205.7) |
| OKLCH | oklch(0.629 0.104 202.3) |
Copy-ready code
/* CSS */
color: #129ba4;
background-color: #129ba4;
/* Tailwind (arbitrary) */
class="text-[#129ba4] bg-[#129ba4]"
/* SCSS */
$brand: #129ba4;
/* SwiftUI */
Color(red: 0.071, green: 0.608, blue: 0.643)
/* Android */
Color.parseColor("#129ba4")Accessibility — WCAG contrast
Aa
#129ba4 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#129ba4 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green60.8%
Blue64.3%
CMYK percentages
Cyan89.0%
Magenta5.5%
Yellow0.0%
Key (black)35.7%
Color previews
#129ba4 text on a black background
contrast 6.25:1
Card sample
#129ba4 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #129ba4;
Background color
Panel with #129ba4 background
background-color: #129ba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #129ba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 155, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 155, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #129ba4; background: linear-gradient(135deg, #129ba4, #123AA4);