#0ebfcb
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 191, 203
HSL
184°, 87%, 43%
CMYK
93, 6, 0, 20
Luminance
0.4167
Every format
| HEX | #0ebfcb |
| RGB | rgb(14, 191, 203) |
| HSL | hsl(184, 87%, 43%) |
| CMYK | cmyk(93%, 6%, 0%, 20%) |
| LAB | lab(70.6 -34.6 -17.3) |
| LCH | lch(70.6 38.6 206.5) |
| OKLCH | oklch(0.734 0.123 202.9) |
Copy-ready code
/* CSS */
color: #0ebfcb;
background-color: #0ebfcb;
/* Tailwind (arbitrary) */
class="text-[#0ebfcb] bg-[#0ebfcb]"
/* SCSS */
$brand: #0ebfcb;
/* SwiftUI */
Color(red: 0.055, green: 0.749, blue: 0.796)
/* Android */
Color.parseColor("#0ebfcb")Accessibility — WCAG contrast
Aa
#0ebfcb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebfcb on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green74.9%
Blue79.6%
CMYK percentages
Cyan93.1%
Magenta5.9%
Yellow0.0%
Key (black)20.4%
Color previews
#0ebfcb text on a black background
contrast 9.33:1
Card sample
#0ebfcb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebfcb;
Background color
Panel with #0ebfcb background
background-color: #0ebfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 191, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 191, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebfcb; background: linear-gradient(135deg, #0ebfcb, #0E41CB);