#127f91
a dark, electric cyan · cool · closest name: teal
RGB
18, 127, 145
HSL
189°, 78%, 32%
CMYK
88, 12, 0, 43
Luminance
0.1735
Every format
| HEX | #127f91 |
| RGB | rgb(18, 127, 145) |
| HSL | hsl(189, 78%, 32%) |
| CMYK | cmyk(88%, 12%, 0%, 43%) |
| LAB | lab(48.7 -21.6 -17.8) |
| LCH | lch(48.7 28.0 219.5) |
| OKLCH | oklch(0.549 0.092 212.6) |
Copy-ready code
/* CSS */
color: #127f91;
background-color: #127f91;
/* Tailwind (arbitrary) */
class="text-[#127f91] bg-[#127f91]"
/* SCSS */
$brand: #127f91;
/* SwiftUI */
Color(red: 0.071, green: 0.498, blue: 0.569)
/* Android */
Color.parseColor("#127f91")Accessibility — WCAG contrast
Aa
#127f91 on white: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#127f91 on black: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green49.8%
Blue56.9%
CMYK percentages
Cyan87.6%
Magenta12.4%
Yellow0.0%
Key (black)43.1%
Color previews
#127f91 text on a black background
contrast 4.47:1
Card sample
#127f91 text on a white background
contrast 4.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #127f91;
Background color
Panel with #127f91 background
background-color: #127f91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #127f91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 127, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 127, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #127f91; background: linear-gradient(135deg, #127f91, #122A91);