#200cff
a balanced, electric blue · warm · closest name: blue
RGB
32, 12, 255
HSL
245°, 100%, 52%
CMYK
88, 95, 0, 0
Luminance
0.0779
Every format
| HEX | #200cff |
| RGB | rgb(32, 12, 255) |
| HSL | hsl(245, 100%, 52%) |
| CMYK | cmyk(88%, 95%, 0%, 0%) |
| LAB | lab(33.5 77.7 -105.8) |
| LCH | lch(33.5 131.2 306.3) |
| OKLCH | oklch(0.462 0.306 267.1) |
Copy-ready code
/* CSS */
color: #200cff;
background-color: #200cff;
/* Tailwind (arbitrary) */
class="text-[#200cff] bg-[#200cff]"
/* SCSS */
$brand: #200cff;
/* SwiftUI */
Color(red: 0.125, green: 0.047, blue: 1.000)
/* Android */
Color.parseColor("#200cff")Accessibility — WCAG contrast
Aa
#200cff on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200cff on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green4.7%
Blue100.0%
CMYK percentages
Cyan87.5%
Magenta95.3%
Yellow0.0%
Key (black)0.0%
Color previews
#200cff text on a black background
contrast 2.56:1
Card sample
#200cff text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200cff;
Background color
Panel with #200cff background
background-color: #200cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 12, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 12, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200cff; background: linear-gradient(135deg, #200cff, #C20CFF);