#0ebfa7
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 191, 167
HSL
172°, 86%, 40%
CMYK
93, 0, 13, 25
Luminance
0.4014
Every format
| HEX | #0ebfa7 |
| RGB | rgb(14, 191, 167) |
| HSL | hsl(172, 86%, 40%) |
| CMYK | cmyk(93%, 0%, 13%, 25%) |
| LAB | lab(69.6 -45.2 0.9) |
| LCH | lch(69.6 45.2 178.9) |
| OKLCH | oklch(0.721 0.130 179.3) |
Copy-ready code
/* CSS */
color: #0ebfa7;
background-color: #0ebfa7;
/* Tailwind (arbitrary) */
class="text-[#0ebfa7] bg-[#0ebfa7]"
/* SCSS */
$brand: #0ebfa7;
/* SwiftUI */
Color(red: 0.055, green: 0.749, blue: 0.655)
/* Android */
Color.parseColor("#0ebfa7")Accessibility — WCAG contrast
Aa
#0ebfa7 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebfa7 on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green74.9%
Blue65.5%
CMYK percentages
Cyan92.7%
Magenta0.0%
Yellow12.6%
Key (black)25.1%
Color previews
#0ebfa7 text on a black background
contrast 9.03:1
Card sample
#0ebfa7 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebfa7;
Background color
Panel with #0ebfa7 background
background-color: #0ebfa7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebfa7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 191, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 191, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebfa7; background: linear-gradient(135deg, #0ebfa7, #0E61BF);