#1200cd
a dark, electric blue · warm · closest name: blue
RGB
18, 0, 205
HSL
245°, 100%, 40%
CMYK
91, 100, 0, 20
Luminance
0.0454
Every format
| HEX | #1200cd |
| RGB | rgb(18, 0, 205) |
| HSL | hsl(245, 100%, 40%) |
| CMYK | cmyk(91%, 100%, 0%, 20%) |
| LAB | lab(25.4 67.3 -90.8) |
| LCH | lch(25.4 113.0 306.5) |
| OKLCH | oklch(0.387 0.263 266.2) |
Copy-ready code
/* CSS */
color: #1200cd;
background-color: #1200cd;
/* Tailwind (arbitrary) */
class="text-[#1200cd] bg-[#1200cd]"
/* SCSS */
$brand: #1200cd;
/* SwiftUI */
Color(red: 0.071, green: 0.000, blue: 0.804)
/* Android */
Color.parseColor("#1200cd")Accessibility — WCAG contrast
Aa
#1200cd on white: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1200cd on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green0.0%
Blue80.4%
CMYK percentages
Cyan91.2%
Magenta100.0%
Yellow0.0%
Key (black)19.6%
Color previews
#1200cd text on a black background
contrast 1.91:1
Card sample
#1200cd text on a white background
contrast 11.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1200cd;
Background color
Panel with #1200cd background
background-color: #1200cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1200cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 0, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 0, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1200cd; background: linear-gradient(135deg, #1200cd, #9B00CD);