#201fff
a balanced, electric blue · warm · closest name: blue
RGB
32, 31, 255
HSL
240°, 100%, 56%
CMYK
88, 88, 0, 0
Luminance
0.0851
Every format
| HEX | #201fff |
| RGB | rgb(32, 31, 255) |
| HSL | hsl(240, 100%, 56%) |
| CMYK | cmyk(88%, 88%, 0%, 0%) |
| LAB | lab(35.0 73.1 -103.3) |
| LCH | lch(35.0 126.6 305.3) |
| OKLCH | oklch(0.472 0.299 267.0) |
Copy-ready code
/* CSS */
color: #201fff;
background-color: #201fff;
/* Tailwind (arbitrary) */
class="text-[#201fff] bg-[#201fff]"
/* SCSS */
$brand: #201fff;
/* SwiftUI */
Color(red: 0.125, green: 0.122, blue: 1.000)
/* Android */
Color.parseColor("#201fff")Accessibility — WCAG contrast
Aa
#201fff on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201fff on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green12.2%
Blue100.0%
CMYK percentages
Cyan87.5%
Magenta87.8%
Yellow0.0%
Key (black)0.0%
Color previews
#201fff text on a black background
contrast 2.70:1
Card sample
#201fff text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201fff;
Background color
Panel with #201fff background
background-color: #201fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 31, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 31, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201fff; background: linear-gradient(135deg, #201fff, #B51FFF);