#0f9eee
a balanced, electric blue · cool · closest name: steelblue
RGB
15, 158, 238
HSL
202°, 88%, 50%
CMYK
94, 34, 0, 7
Luminance
0.3073
Every format
| HEX | #0f9eee |
| RGB | rgb(15, 158, 238) |
| HSL | hsl(202, 88%, 50%) |
| CMYK | cmyk(94%, 34%, 0%, 7%) |
| LAB | lab(62.3 -5.3 -49.4) |
| LCH | lch(62.3 49.7 263.9) |
| OKLCH | oklch(0.671 0.159 242.7) |
Copy-ready code
/* CSS */
color: #0f9eee;
background-color: #0f9eee;
/* Tailwind (arbitrary) */
class="text-[#0f9eee] bg-[#0f9eee]"
/* SCSS */
$brand: #0f9eee;
/* SwiftUI */
Color(red: 0.059, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#0f9eee")Accessibility — WCAG contrast
Aa
#0f9eee on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0f9eee on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green62.0%
Blue93.3%
CMYK percentages
Cyan93.7%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#0f9eee text on a black background
contrast 7.15:1
Card sample
#0f9eee text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f9eee;
Background color
Panel with #0f9eee background
background-color: #0f9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f9eee; background: linear-gradient(135deg, #0f9eee, #150FEE);