#0f2cfc
a balanced, electric blue · warm · closest name: blue
RGB
15, 44, 252
HSL
233°, 98%, 52%
CMYK
94, 83, 0, 1
Luminance
0.0893
Every format
| HEX | #0f2cfc |
| RGB | rgb(15, 44, 252) |
| HSL | hsl(233, 98%, 52%) |
| CMYK | cmyk(94%, 83%, 0%, 1%) |
| LAB | lab(35.9 67.1 -100.2) |
| LCH | lch(35.9 120.6 303.8) |
| OKLCH | oklch(0.476 0.291 265.1) |
Copy-ready code
/* CSS */
color: #0f2cfc;
background-color: #0f2cfc;
/* Tailwind (arbitrary) */
class="text-[#0f2cfc] bg-[#0f2cfc]"
/* SCSS */
$brand: #0f2cfc;
/* SwiftUI */
Color(red: 0.059, green: 0.173, blue: 0.988)
/* Android */
Color.parseColor("#0f2cfc")Accessibility — WCAG contrast
Aa
#0f2cfc on white: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f2cfc on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green17.3%
Blue98.8%
CMYK percentages
Cyan94.0%
Magenta82.5%
Yellow0.0%
Key (black)1.2%
Color previews
#0f2cfc text on a black background
contrast 2.79:1
Card sample
#0f2cfc text on a white background
contrast 7.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f2cfc;
Background color
Panel with #0f2cfc background
background-color: #0f2cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f2cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 44, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 44, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f2cfc; background: linear-gradient(135deg, #0f2cfc, #900FFC);