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