#232ba9
a dark, vivid blue · warm · closest name: navy
RGB
35, 43, 169
HSL
236°, 66%, 40%
CMYK
79, 75, 0, 34
Luminance
0.0495
Every format
| HEX | #232ba9 |
| RGB | rgb(35, 43, 169) |
| HSL | hsl(236, 66%, 40%) |
| CMYK | cmyk(79%, 75%, 0%, 34%) |
| LAB | lab(26.6 41.9 -67.4) |
| LCH | lch(26.6 79.4 301.9) |
| OKLCH | oklch(0.385 0.195 270.2) |
Copy-ready code
/* CSS */
color: #232ba9;
background-color: #232ba9;
/* Tailwind (arbitrary) */
class="text-[#232ba9] bg-[#232ba9]"
/* SCSS */
$brand: #232ba9;
/* SwiftUI */
Color(red: 0.137, green: 0.169, blue: 0.663)
/* Android */
Color.parseColor("#232ba9")Accessibility — WCAG contrast
Aa
#232ba9 on white: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#232ba9 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green16.9%
Blue66.3%
CMYK percentages
Cyan79.3%
Magenta74.6%
Yellow0.0%
Key (black)33.7%
Color previews
#232ba9 text on a black background
contrast 1.99:1
Card sample
#232ba9 text on a white background
contrast 10.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #232ba9;
Background color
Panel with #232ba9 background
background-color: #232ba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #232ba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 43, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 43, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #232ba9; background: linear-gradient(135deg, #232ba9, #7423A9);