#0ebfd4
a dark, electric cyan · cool · closest name: skyblue
RGB
14, 191, 212
HSL
186°, 88%, 44%
CMYK
93, 10, 0, 17
Luminance
0.4211
Every format
| HEX | #0ebfd4 |
| RGB | rgb(14, 191, 212) |
| HSL | hsl(186, 88%, 44%) |
| CMYK | cmyk(93%, 10%, 0%, 17%) |
| LAB | lab(70.9 -31.7 -21.7) |
| LCH | lch(70.9 38.5 214.4) |
| OKLCH | oklch(0.737 0.126 208.9) |
Copy-ready code
/* CSS */
color: #0ebfd4;
background-color: #0ebfd4;
/* Tailwind (arbitrary) */
class="text-[#0ebfd4] bg-[#0ebfd4]"
/* SCSS */
$brand: #0ebfd4;
/* SwiftUI */
Color(red: 0.055, green: 0.749, blue: 0.831)
/* Android */
Color.parseColor("#0ebfd4")Accessibility — WCAG contrast
Aa
#0ebfd4 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebfd4 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green74.9%
Blue83.1%
CMYK percentages
Cyan93.4%
Magenta9.9%
Yellow0.0%
Key (black)16.9%
Color previews
#0ebfd4 text on a black background
contrast 9.42:1
Card sample
#0ebfd4 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebfd4;
Background color
Panel with #0ebfd4 background
background-color: #0ebfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 191, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 191, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebfd4; background: linear-gradient(135deg, #0ebfd4, #0E3BD4);