#0f7df9
a balanced, electric blue · cool · closest name: royalblue
RGB
15, 125, 249
HSL
212°, 95%, 52%
CMYK
94, 50, 0, 2
Luminance
0.2161
Every format
| HEX | #0f7df9 |
| RGB | rgb(15, 125, 249) |
| HSL | hsl(212, 95%, 52%) |
| CMYK | cmyk(94%, 50%, 0%, 2%) |
| LAB | lab(53.6 18.7 -69.4) |
| LCH | lch(53.6 71.9 285.1) |
| OKLCH | oklch(0.606 0.206 256.7) |
Copy-ready code
/* CSS */
color: #0f7df9;
background-color: #0f7df9;
/* Tailwind (arbitrary) */
class="text-[#0f7df9] bg-[#0f7df9]"
/* SCSS */
$brand: #0f7df9;
/* SwiftUI */
Color(red: 0.059, green: 0.490, blue: 0.976)
/* Android */
Color.parseColor("#0f7df9")Accessibility — WCAG contrast
Aa
#0f7df9 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0f7df9 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green49.0%
Blue97.6%
CMYK percentages
Cyan94.0%
Magenta49.8%
Yellow0.0%
Key (black)2.4%
Color previews
#0f7df9 text on a black background
contrast 5.32:1
Card sample
#0f7df9 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f7df9;
Background color
Panel with #0f7df9 background
background-color: #0f7df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f7df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 125, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 125, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f7df9; background: linear-gradient(135deg, #0f7df9, #3D0FF9);