#232fa2
a dark, vivid blue · warm · closest name: navy
RGB
35, 47, 162
HSL
234°, 65%, 39%
CMYK
78, 71, 0, 37
Luminance
0.0500
Every format
| HEX | #232fa2 |
| RGB | rgb(35, 47, 162) |
| HSL | hsl(234, 65%, 39%) |
| CMYK | cmyk(78%, 71%, 0%, 37%) |
| LAB | lab(26.7 37.0 -63.0) |
| LCH | lch(26.7 73.0 300.5) |
| OKLCH | oklch(0.384 0.182 270.0) |
Copy-ready code
/* CSS */
color: #232fa2;
background-color: #232fa2;
/* Tailwind (arbitrary) */
class="text-[#232fa2] bg-[#232fa2]"
/* SCSS */
$brand: #232fa2;
/* SwiftUI */
Color(red: 0.137, green: 0.184, blue: 0.635)
/* Android */
Color.parseColor("#232fa2")Accessibility — WCAG contrast
Aa
#232fa2 on white: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232fa2 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green18.4%
Blue63.5%
CMYK percentages
Cyan78.4%
Magenta71.0%
Yellow0.0%
Key (black)36.5%
Color previews
#232fa2 text on a black background
contrast 2.00:1
Card sample
#232fa2 text on a white background
contrast 10.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232fa2;
Background color
Panel with #232fa2 background
background-color: #232fa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232fa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 47, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 47, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232fa2; background: linear-gradient(135deg, #232fa2, #6C23A2);