#232fd9
a balanced, vivid blue · warm · closest name: navy
RGB
35, 47, 217
HSL
236°, 72%, 49%
CMYK
84, 78, 0, 15
Luminance
0.0740
Every format
| HEX | #232fd9 |
| RGB | rgb(35, 47, 217) |
| HSL | hsl(236, 72%, 49%) |
| CMYK | cmyk(84%, 78%, 0%, 15%) |
| LAB | lab(32.7 55.6 -85.6) |
| LCH | lch(32.7 102.0 303.0) |
| OKLCH | oklch(0.444 0.248 268.2) |
Copy-ready code
/* CSS */
color: #232fd9;
background-color: #232fd9;
/* Tailwind (arbitrary) */
class="text-[#232fd9] bg-[#232fd9]"
/* SCSS */
$brand: #232fd9;
/* SwiftUI */
Color(red: 0.137, green: 0.184, blue: 0.851)
/* Android */
Color.parseColor("#232fd9")Accessibility — WCAG contrast
Aa
#232fd9 on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232fd9 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green18.4%
Blue85.1%
CMYK percentages
Cyan83.9%
Magenta78.3%
Yellow0.0%
Key (black)14.9%
Color previews
#232fd9 text on a black background
contrast 2.48:1
Card sample
#232fd9 text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232fd9;
Background color
Panel with #232fd9 background
background-color: #232fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 47, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 47, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232fd9; background: linear-gradient(135deg, #232fd9, #9023D9);