#129baf
a dark, electric cyan · cool · closest name: teal
RGB
18, 155, 175
HSL
188°, 81%, 38%
CMYK
90, 11, 0, 31
Luminance
0.2667
Every format
| HEX | #129baf |
| RGB | rgb(18, 155, 175) |
| HSL | hsl(188, 81%, 38%) |
| CMYK | cmyk(90%, 11%, 0%, 31%) |
| LAB | lab(58.7 -25.9 -19.9) |
| LCH | lch(58.7 32.6 217.5) |
| OKLCH | oklch(0.633 0.107 211.2) |
Copy-ready code
/* CSS */
color: #129baf;
background-color: #129baf;
/* Tailwind (arbitrary) */
class="text-[#129baf] bg-[#129baf]"
/* SCSS */
$brand: #129baf;
/* SwiftUI */
Color(red: 0.071, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#129baf")Accessibility — WCAG contrast
Aa
#129baf on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#129baf on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green60.8%
Blue68.6%
CMYK percentages
Cyan89.7%
Magenta11.4%
Yellow0.0%
Key (black)31.4%
Color previews
#129baf text on a black background
contrast 6.33:1
Card sample
#129baf text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #129baf;
Background color
Panel with #129baf background
background-color: #129baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #129baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #129baf; background: linear-gradient(135deg, #129baf, #1232AF);