#0eaefd
a balanced, electric cyan · cool · closest name: steelblue
RGB
14, 174, 253
HSL
200°, 98%, 52%
CMYK
95, 31, 0, 1
Luminance
0.3746
Every format
| HEX | #0eaefd |
| RGB | rgb(14, 174, 253) |
| HSL | hsl(200, 98%, 52%) |
| CMYK | cmyk(95%, 31%, 0%, 1%) |
| LAB | lab(67.6 -8.8 -49.2) |
| LCH | lch(67.6 50.0 259.8) |
| OKLCH | oklch(0.716 0.162 240.0) |
Copy-ready code
/* CSS */
color: #0eaefd;
background-color: #0eaefd;
/* Tailwind (arbitrary) */
class="text-[#0eaefd] bg-[#0eaefd]"
/* SCSS */
$brand: #0eaefd;
/* SwiftUI */
Color(red: 0.055, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#0eaefd")Accessibility — WCAG contrast
Aa
#0eaefd on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eaefd on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green68.2%
Blue99.2%
CMYK percentages
Cyan94.5%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#0eaefd text on a black background
contrast 8.49:1
Card sample
#0eaefd text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eaefd;
Background color
Panel with #0eaefd background
background-color: #0eaefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eaefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eaefd; background: linear-gradient(135deg, #0eaefd, #0E0FFD);