#151dfd
a balanced, electric blue · warm · closest name: blue
RGB
21, 29, 253
HSL
238°, 98%, 54%
CMYK
92, 89, 0, 1
Luminance
0.0813
Every format
| HEX | #151dfd |
| RGB | rgb(21, 29, 253) |
| HSL | hsl(238, 98%, 54%) |
| CMYK | cmyk(92%, 89%, 0%, 1%) |
| LAB | lab(34.3 73.0 -103.5) |
| LCH | lch(34.3 126.7 305.2) |
| OKLCH | oklch(0.465 0.300 265.7) |
Copy-ready code
/* CSS */
color: #151dfd;
background-color: #151dfd;
/* Tailwind (arbitrary) */
class="text-[#151dfd] bg-[#151dfd]"
/* SCSS */
$brand: #151dfd;
/* SwiftUI */
Color(red: 0.082, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#151dfd")Accessibility — WCAG contrast
Aa
#151dfd on white: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#151dfd on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green11.4%
Blue99.2%
CMYK percentages
Cyan91.7%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#151dfd text on a black background
contrast 2.63:1
Card sample
#151dfd text on a white background
contrast 8.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #151dfd;
Background color
Panel with #151dfd background
background-color: #151dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #151dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #151dfd; background: linear-gradient(135deg, #151dfd, #A715FD);