#231fc2
a dark, vivid blue · warm · closest name: navy
RGB
35, 31, 194
HSL
242°, 72%, 44%
CMYK
82, 84, 0, 24
Luminance
0.0523
Every format
| HEX | #231fc2 |
| RGB | rgb(35, 31, 194) |
| HSL | hsl(242, 72%, 44%) |
| CMYK | cmyk(82%, 84%, 0%, 24%) |
| LAB | lab(27.4 56.0 -81.0) |
| LCH | lch(27.4 98.5 304.7) |
| OKLCH | oklch(0.399 0.234 269.8) |
Copy-ready code
/* CSS */
color: #231fc2;
background-color: #231fc2;
/* Tailwind (arbitrary) */
class="text-[#231fc2] bg-[#231fc2]"
/* SCSS */
$brand: #231fc2;
/* SwiftUI */
Color(red: 0.137, green: 0.122, blue: 0.761)
/* Android */
Color.parseColor("#231fc2")Accessibility — WCAG contrast
Aa
#231fc2 on white: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#231fc2 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green12.2%
Blue76.1%
CMYK percentages
Cyan82.0%
Magenta84.0%
Yellow0.0%
Key (black)23.9%
Color previews
#231fc2 text on a black background
contrast 2.05:1
Card sample
#231fc2 text on a white background
contrast 10.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #231fc2;
Background color
Panel with #231fc2 background
background-color: #231fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #231fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 31, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 31, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #231fc2; background: linear-gradient(135deg, #231fc2, #901FC2);