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