#129eb2
a dark, electric cyan · cool · closest name: teal
RGB
18, 158, 178
HSL
188°, 82%, 38%
CMYK
90, 11, 0, 30
Luminance
0.2780
Every format
| HEX | #129eb2 |
| RGB | rgb(18, 158, 178) |
| HSL | hsl(188, 82%, 38%) |
| CMYK | cmyk(90%, 11%, 0%, 30%) |
| LAB | lab(59.7 -26.4 -20.0) |
| LCH | lch(59.7 33.1 217.1) |
| OKLCH | oklch(0.642 0.109 210.9) |
Copy-ready code
/* CSS */
color: #129eb2;
background-color: #129eb2;
/* Tailwind (arbitrary) */
class="text-[#129eb2] bg-[#129eb2]"
/* SCSS */
$brand: #129eb2;
/* SwiftUI */
Color(red: 0.071, green: 0.620, blue: 0.698)
/* Android */
Color.parseColor("#129eb2")Accessibility — WCAG contrast
Aa
#129eb2 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#129eb2 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green62.0%
Blue69.8%
CMYK percentages
Cyan89.9%
Magenta11.2%
Yellow0.0%
Key (black)30.2%
Color previews
#129eb2 text on a black background
contrast 6.56:1
Card sample
#129eb2 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #129eb2;
Background color
Panel with #129eb2 background
background-color: #129eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #129eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 158, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 158, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #129eb2; background: linear-gradient(135deg, #129eb2, #1233B2);