#0eabdf
a balanced, electric cyan · cool · closest name: steelblue
RGB
14, 171, 223
HSL
195°, 88%, 47%
CMYK
94, 23, 0, 13
Luminance
0.3455
Every format
| HEX | #0eabdf |
| RGB | rgb(14, 171, 223) |
| HSL | hsl(195, 88%, 47%) |
| CMYK | cmyk(94%, 23%, 0%, 13%) |
| LAB | lab(65.4 -17.9 -36.3) |
| LCH | lch(65.4 40.5 243.7) |
| OKLCH | oklch(0.694 0.135 229.3) |
Copy-ready code
/* CSS */
color: #0eabdf;
background-color: #0eabdf;
/* Tailwind (arbitrary) */
class="text-[#0eabdf] bg-[#0eabdf]"
/* SCSS */
$brand: #0eabdf;
/* SwiftUI */
Color(red: 0.055, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#0eabdf")Accessibility — WCAG contrast
Aa
#0eabdf on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eabdf on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green67.1%
Blue87.5%
CMYK percentages
Cyan93.7%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#0eabdf text on a black background
contrast 7.91:1
Card sample
#0eabdf text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eabdf;
Background color
Panel with #0eabdf background
background-color: #0eabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eabdf; background: linear-gradient(135deg, #0eabdf, #0E20DF);