#201bfd
a balanced, electric blue · warm · closest name: blue
RGB
32, 27, 253
HSL
241°, 98%, 55%
CMYK
87, 89, 0, 1
Luminance
0.0818
Every format
| HEX | #201bfd |
| RGB | rgb(32, 27, 253) |
| HSL | hsl(241, 98%, 55%) |
| CMYK | cmyk(87%, 89%, 0%, 1%) |
| LAB | lab(34.4 73.8 -103.3) |
| LCH | lch(34.4 126.9 305.6) |
| OKLCH | oklch(0.467 0.299 267.1) |
Copy-ready code
/* CSS */
color: #201bfd;
background-color: #201bfd;
/* Tailwind (arbitrary) */
class="text-[#201bfd] bg-[#201bfd]"
/* SCSS */
$brand: #201bfd;
/* SwiftUI */
Color(red: 0.125, green: 0.106, blue: 0.992)
/* Android */
Color.parseColor("#201bfd")Accessibility — WCAG contrast
Aa
#201bfd on white: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201bfd on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green10.6%
Blue99.2%
CMYK percentages
Cyan87.4%
Magenta89.3%
Yellow0.0%
Key (black)0.8%
Color previews
#201bfd text on a black background
contrast 2.64:1
Card sample
#201bfd text on a white background
contrast 7.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201bfd;
Background color
Panel with #201bfd background
background-color: #201bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 27, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 27, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201bfd; background: linear-gradient(135deg, #201bfd, #B71BFD);