#0eafdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
14, 175, 223
HSL
194°, 88%, 47%
CMYK
94, 22, 0, 13
Luminance
0.3608
Every format
| HEX | #0eafdf |
| RGB | rgb(14, 175, 223) |
| HSL | hsl(194, 88%, 47%) |
| CMYK | cmyk(94%, 22%, 0%, 13%) |
| LAB | lab(66.6 -20.0 -34.4) |
| LCH | lch(66.6 39.8 239.8) |
| OKLCH | oklch(0.703 0.133 226.7) |
Copy-ready code
/* CSS */
color: #0eafdf;
background-color: #0eafdf;
/* Tailwind (arbitrary) */
class="text-[#0eafdf] bg-[#0eafdf]"
/* SCSS */
$brand: #0eafdf;
/* SwiftUI */
Color(red: 0.055, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#0eafdf")Accessibility — WCAG contrast
Aa
#0eafdf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eafdf on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green68.6%
Blue87.5%
CMYK percentages
Cyan93.7%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#0eafdf text on a black background
contrast 8.22:1
Card sample
#0eafdf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eafdf;
Background color
Panel with #0eafdf background
background-color: #0eafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eafdf; background: linear-gradient(135deg, #0eafdf, #0E24DF);