#0eb0fe
a balanced, electric cyan · cool · closest name: steelblue
RGB
14, 176, 254
HSL
200°, 99%, 53%
CMYK
95, 31, 0, 0
Luminance
0.3830
Every format
| HEX | #0eb0fe |
| RGB | rgb(14, 176, 254) |
| HSL | hsl(200, 99%, 53%) |
| CMYK | cmyk(95%, 31%, 0%, 0%) |
| LAB | lab(68.2 -9.6 -48.8) |
| LCH | lch(68.2 49.7 258.9) |
| OKLCH | oklch(0.721 0.161 239.3) |
Copy-ready code
/* CSS */
color: #0eb0fe;
background-color: #0eb0fe;
/* Tailwind (arbitrary) */
class="text-[#0eb0fe] bg-[#0eb0fe]"
/* SCSS */
$brand: #0eb0fe;
/* SwiftUI */
Color(red: 0.055, green: 0.690, blue: 0.996)
/* Android */
Color.parseColor("#0eb0fe")Accessibility — WCAG contrast
Aa
#0eb0fe on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb0fe on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green69.0%
Blue99.6%
CMYK percentages
Cyan94.5%
Magenta30.7%
Yellow0.0%
Key (black)0.4%
Color previews
#0eb0fe text on a black background
contrast 8.66:1
Card sample
#0eb0fe text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb0fe;
Background color
Panel with #0eb0fe background
background-color: #0eb0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 176, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 176, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb0fe; background: linear-gradient(135deg, #0eb0fe, #0E10FE);