#0eacef
a balanced, electric cyan · cool · closest name: steelblue
RGB
14, 172, 239
HSL
198°, 89%, 50%
CMYK
94, 28, 0, 6
Luminance
0.3583
Every format
| HEX | #0eacef |
| RGB | rgb(14, 172, 239) |
| HSL | hsl(198, 89%, 50%) |
| CMYK | cmyk(94%, 28%, 0%, 6%) |
| LAB | lab(66.4 -12.8 -43.5) |
| LCH | lch(66.4 45.4 253.6) |
| OKLCH | oklch(0.704 0.149 235.9) |
Copy-ready code
/* CSS */
color: #0eacef;
background-color: #0eacef;
/* Tailwind (arbitrary) */
class="text-[#0eacef] bg-[#0eacef]"
/* SCSS */
$brand: #0eacef;
/* SwiftUI */
Color(red: 0.055, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#0eacef")Accessibility — WCAG contrast
Aa
#0eacef on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eacef on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green67.5%
Blue93.7%
CMYK percentages
Cyan94.1%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#0eacef text on a black background
contrast 8.17:1
Card sample
#0eacef text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eacef;
Background color
Panel with #0eacef background
background-color: #0eacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eacef; background: linear-gradient(135deg, #0eacef, #0E16EF);