#233fa2
a dark, vivid blue · warm · closest name: midnightblue
RGB
35, 63, 162
HSL
227°, 65%, 39%
CMYK
78, 61, 0, 37
Luminance
0.0652
Every format
| HEX | #233fa2 |
| RGB | rgb(35, 63, 162) |
| HSL | hsl(227, 65%, 39%) |
| CMYK | cmyk(78%, 61%, 0%, 37%) |
| LAB | lab(30.7 26.6 -56.5) |
| LCH | lch(30.7 62.4 295.2) |
| OKLCH | oklch(0.413 0.163 266.7) |
Copy-ready code
/* CSS */
color: #233fa2;
background-color: #233fa2;
/* Tailwind (arbitrary) */
class="text-[#233fa2] bg-[#233fa2]"
/* SCSS */
$brand: #233fa2;
/* SwiftUI */
Color(red: 0.137, green: 0.247, blue: 0.635)
/* Android */
Color.parseColor("#233fa2")Accessibility — WCAG contrast
Aa
#233fa2 on white: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#233fa2 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green24.7%
Blue63.5%
CMYK percentages
Cyan78.4%
Magenta61.1%
Yellow0.0%
Key (black)36.5%
Color previews
#233fa2 text on a black background
contrast 2.30:1
Card sample
#233fa2 text on a white background
contrast 9.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #233fa2;
Background color
Panel with #233fa2 background
background-color: #233fa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #233fa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 63, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 63, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #233fa2; background: linear-gradient(135deg, #233fa2, #5C23A2);