#0ebfd0
a dark, electric cyan · cool · closest name: skyblue
RGB
14, 191, 208
HSL
185°, 87%, 44%
CMYK
93, 8, 0, 18
Luminance
0.4191
Every format
| HEX | #0ebfd0 |
| RGB | rgb(14, 191, 208) |
| HSL | hsl(185, 87%, 44%) |
| CMYK | cmyk(93%, 8%, 0%, 18%) |
| LAB | lab(70.8 -33.0 -19.7) |
| LCH | lch(70.8 38.5 210.9) |
| OKLCH | oklch(0.736 0.124 206.2) |
Copy-ready code
/* CSS */
color: #0ebfd0;
background-color: #0ebfd0;
/* Tailwind (arbitrary) */
class="text-[#0ebfd0] bg-[#0ebfd0]"
/* SCSS */
$brand: #0ebfd0;
/* SwiftUI */
Color(red: 0.055, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#0ebfd0")Accessibility — WCAG contrast
Aa
#0ebfd0 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebfd0 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green74.9%
Blue81.6%
CMYK percentages
Cyan93.3%
Magenta8.2%
Yellow0.0%
Key (black)18.4%
Color previews
#0ebfd0 text on a black background
contrast 9.38:1
Card sample
#0ebfd0 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebfd0;
Background color
Panel with #0ebfd0 background
background-color: #0ebfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebfd0; background: linear-gradient(135deg, #0ebfd0, #0E3DD0);