#200cdf
a balanced, electric blue · warm · closest name: blue
RGB
32, 12, 223
HSL
246°, 90%, 46%
CMYK
86, 95, 0, 13
Luminance
0.0590
Every format
| HEX | #200cdf |
| RGB | rgb(32, 12, 223) |
| HSL | hsl(246, 90%, 46%) |
| CMYK | cmyk(86%, 95%, 0%, 13%) |
| LAB | lab(29.1 69.7 -94.9) |
| LCH | lch(29.1 117.8 306.3) |
| OKLCH | oklch(0.421 0.274 268.1) |
Copy-ready code
/* CSS */
color: #200cdf;
background-color: #200cdf;
/* Tailwind (arbitrary) */
class="text-[#200cdf] bg-[#200cdf]"
/* SCSS */
$brand: #200cdf;
/* SwiftUI */
Color(red: 0.125, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#200cdf")Accessibility — WCAG contrast
Aa
#200cdf on white: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200cdf on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green4.7%
Blue87.5%
CMYK percentages
Cyan85.7%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#200cdf text on a black background
contrast 2.18:1
Card sample
#200cdf text on a white background
contrast 9.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200cdf;
Background color
Panel with #200cdf background
background-color: #200cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200cdf; background: linear-gradient(135deg, #200cdf, #AD0CDF);