#201fef
a balanced, electric blue · warm · closest name: blue
RGB
32, 31, 239
HSL
240°, 87%, 53%
CMYK
87, 87, 0, 6
Luminance
0.0752
Every format
| HEX | #201fef |
| RGB | rgb(32, 31, 239) |
| HSL | hsl(240, 87%, 53%) |
| CMYK | cmyk(87%, 87%, 0%, 6%) |
| LAB | lab(33.0 68.8 -97.7) |
| LCH | lch(33.0 119.5 305.2) |
| OKLCH | oklch(0.453 0.283 267.4) |
Copy-ready code
/* CSS */
color: #201fef;
background-color: #201fef;
/* Tailwind (arbitrary) */
class="text-[#201fef] bg-[#201fef]"
/* SCSS */
$brand: #201fef;
/* SwiftUI */
Color(red: 0.125, green: 0.122, blue: 0.937)
/* Android */
Color.parseColor("#201fef")Accessibility — WCAG contrast
Aa
#201fef on white: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201fef on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green12.2%
Blue93.7%
CMYK percentages
Cyan86.6%
Magenta87.0%
Yellow0.0%
Key (black)6.3%
Color previews
#201fef text on a black background
contrast 2.50:1
Card sample
#201fef text on a white background
contrast 8.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201fef;
Background color
Panel with #201fef background
background-color: #201fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 31, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 31, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201fef; background: linear-gradient(135deg, #201fef, #AB1FEF);