#235ba4
a dark, vivid blue · cool · closest name: steelblue
RGB
35, 91, 164
HSL
214°, 65%, 39%
CMYK
79, 45, 0, 36
Luminance
0.1052
Every format
| HEX | #235ba4 |
| RGB | rgb(35, 91, 164) |
| HSL | hsl(214, 65%, 39%) |
| CMYK | cmyk(79%, 45%, 0%, 36%) |
| LAB | lab(38.8 8.6 -44.6) |
| LCH | lch(38.8 45.4 280.9) |
| OKLCH | oklch(0.474 0.131 256.5) |
Copy-ready code
/* CSS */
color: #235ba4;
background-color: #235ba4;
/* Tailwind (arbitrary) */
class="text-[#235ba4] bg-[#235ba4]"
/* SCSS */
$brand: #235ba4;
/* SwiftUI */
Color(red: 0.137, green: 0.357, blue: 0.643)
/* Android */
Color.parseColor("#235ba4")Accessibility — WCAG contrast
Aa
#235ba4 on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#235ba4 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green35.7%
Blue64.3%
CMYK percentages
Cyan78.7%
Magenta44.5%
Yellow0.0%
Key (black)35.7%
Color previews
#235ba4 text on a black background
contrast 3.10:1
Card sample
#235ba4 text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #235ba4;
Background color
Panel with #235ba4 background
background-color: #235ba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #235ba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 91, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 91, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #235ba4; background: linear-gradient(135deg, #235ba4, #4123A4);