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