#200c8f
a dark, electric blue · warm · closest name: navy
RGB
32, 12, 143
HSL
249°, 85%, 30%
CMYK
78, 92, 0, 44
Luminance
0.0255
Every format
| HEX | #200c8f |
| RGB | rgb(32, 12, 143) |
| HSL | hsl(249, 85%, 30%) |
| CMYK | cmyk(78%, 92%, 0%, 44%) |
| LAB | lab(18.1 48.3 -65.5) |
| LCH | lch(18.1 81.4 306.4) |
| OKLCH | oklch(0.317 0.190 273.6) |
Copy-ready code
/* CSS */
color: #200c8f;
background-color: #200c8f;
/* Tailwind (arbitrary) */
class="text-[#200c8f] bg-[#200c8f]"
/* SCSS */
$brand: #200c8f;
/* SwiftUI */
Color(red: 0.125, green: 0.047, blue: 0.561)
/* Android */
Color.parseColor("#200c8f")Accessibility — WCAG contrast
Aa
#200c8f on white: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200c8f on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green4.7%
Blue56.1%
CMYK percentages
Cyan77.6%
Magenta91.6%
Yellow0.0%
Key (black)43.9%
Color previews
#200c8f text on a black background
contrast 1.51:1
Card sample
#200c8f text on a white background
contrast 13.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200c8f;
Background color
Panel with #200c8f background
background-color: #200c8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200c8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 12, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 12, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200c8f; background: linear-gradient(135deg, #200c8f, #770C8F);