#0b2cfd
a balanced, electric blue · warm · closest name: blue
RGB
11, 44, 253
HSL
232°, 98%, 52%
CMYK
96, 83, 0, 1
Luminance
0.0896
Every format
| HEX | #0b2cfd |
| RGB | rgb(11, 44, 253) |
| HSL | hsl(232, 98%, 52%) |
| CMYK | cmyk(96%, 83%, 0%, 1%) |
| LAB | lab(35.9 67.4 -100.7) |
| LCH | lch(35.9 121.2 303.8) |
| OKLCH | oklch(0.476 0.293 264.8) |
Copy-ready code
/* CSS */
color: #0b2cfd;
background-color: #0b2cfd;
/* Tailwind (arbitrary) */
class="text-[#0b2cfd] bg-[#0b2cfd]"
/* SCSS */
$brand: #0b2cfd;
/* SwiftUI */
Color(red: 0.043, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#0b2cfd")Accessibility — WCAG contrast
Aa
#0b2cfd on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b2cfd on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green17.3%
Blue99.2%
CMYK percentages
Cyan95.7%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#0b2cfd text on a black background
contrast 2.79:1
Card sample
#0b2cfd text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b2cfd;
Background color
Panel with #0b2cfd background
background-color: #0b2cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b2cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b2cfd; background: linear-gradient(135deg, #0b2cfd, #8B0BFD);