#0eb0ff
a balanced, electric cyan · cool · closest name: steelblue
RGB
14, 176, 255
HSL
200°, 100%, 53%
CMYK
95, 31, 0, 0
Luminance
0.3836
Every format
| HEX | #0eb0ff |
| RGB | rgb(14, 176, 255) |
| HSL | hsl(200, 100%, 53%) |
| CMYK | cmyk(95%, 31%, 0%, 0%) |
| LAB | lab(68.3 -9.2 -49.2) |
| LCH | lch(68.3 50.1 259.4) |
| OKLCH | oklch(0.722 0.162 239.7) |
Copy-ready code
/* CSS */
color: #0eb0ff;
background-color: #0eb0ff;
/* Tailwind (arbitrary) */
class="text-[#0eb0ff] bg-[#0eb0ff]"
/* SCSS */
$brand: #0eb0ff;
/* SwiftUI */
Color(red: 0.055, green: 0.690, blue: 1.000)
/* Android */
Color.parseColor("#0eb0ff")Accessibility — WCAG contrast
Aa
#0eb0ff on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb0ff on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green69.0%
Blue100.0%
CMYK percentages
Cyan94.5%
Magenta31.0%
Yellow0.0%
Key (black)0.0%
Color previews
#0eb0ff text on a black background
contrast 8.67:1
Card sample
#0eb0ff text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb0ff;
Background color
Panel with #0eb0ff background
background-color: #0eb0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 176, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 176, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb0ff; background: linear-gradient(135deg, #0eb0ff, #0E0FFF);