#0fa2eb
a balanced, electric cyan · cool · closest name: steelblue
RGB
15, 162, 235
HSL
200°, 88%, 49%
CMYK
94, 31, 0, 8
Luminance
0.3194
Every format
| HEX | #0fa2eb |
| RGB | rgb(15, 162, 235) |
| HSL | hsl(200, 88%, 49%) |
| CMYK | cmyk(94%, 31%, 0%, 8%) |
| LAB | lab(63.3 -8.7 -46.2) |
| LCH | lch(63.3 47.0 259.4) |
| OKLCH | oklch(0.679 0.152 239.7) |
Copy-ready code
/* CSS */
color: #0fa2eb;
background-color: #0fa2eb;
/* Tailwind (arbitrary) */
class="text-[#0fa2eb] bg-[#0fa2eb]"
/* SCSS */
$brand: #0fa2eb;
/* SwiftUI */
Color(red: 0.059, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#0fa2eb")Accessibility — WCAG contrast
Aa
#0fa2eb on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fa2eb on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green63.5%
Blue92.2%
CMYK percentages
Cyan93.6%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#0fa2eb text on a black background
contrast 7.39:1
Card sample
#0fa2eb text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fa2eb;
Background color
Panel with #0fa2eb background
background-color: #0fa2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fa2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fa2eb; background: linear-gradient(135deg, #0fa2eb, #0F0FEB);