#200fdf
a balanced, electric blue · warm · closest name: blue
RGB
32, 15, 223
HSL
245°, 87%, 47%
CMYK
86, 93, 0, 13
Luminance
0.0598
Every format
| HEX | #200fdf |
| RGB | rgb(32, 15, 223) |
| HSL | hsl(245, 87%, 47%) |
| CMYK | cmyk(86%, 93%, 0%, 13%) |
| LAB | lab(29.4 69.1 -94.6) |
| LCH | lch(29.4 117.2 306.1) |
| OKLCH | oklch(0.422 0.274 268.1) |
Copy-ready code
/* CSS */
color: #200fdf;
background-color: #200fdf;
/* Tailwind (arbitrary) */
class="text-[#200fdf] bg-[#200fdf]"
/* SCSS */
$brand: #200fdf;
/* SwiftUI */
Color(red: 0.125, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#200fdf")Accessibility — WCAG contrast
Aa
#200fdf on white: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200fdf on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green5.9%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#200fdf text on a black background
contrast 2.20:1
Card sample
#200fdf text on a white background
contrast 9.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200fdf;
Background color
Panel with #200fdf background
background-color: #200fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200fdf; background: linear-gradient(135deg, #200fdf, #AB0FDF);