#239ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
35, 154, 222
HSL
202°, 74%, 50%
CMYK
84, 31, 0, 13
Luminance
0.2874
Every format
| HEX | #239ade |
| RGB | rgb(35, 154, 222) |
| HSL | hsl(202, 74%, 50%) |
| CMYK | cmyk(84%, 31%, 0%, 13%) |
| LAB | lab(60.5 -7.8 -43.3) |
| LCH | lch(60.5 44.0 259.8) |
| OKLCH | oklch(0.656 0.141 240.5) |
Copy-ready code
/* CSS */
color: #239ade;
background-color: #239ade;
/* Tailwind (arbitrary) */
class="text-[#239ade] bg-[#239ade]"
/* SCSS */
$brand: #239ade;
/* SwiftUI */
Color(red: 0.137, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#239ade")Accessibility — WCAG contrast
Aa
#239ade on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#239ade on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green60.4%
Blue87.1%
CMYK percentages
Cyan84.2%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#239ade text on a black background
contrast 6.75:1
Card sample
#239ade text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #239ade;
Background color
Panel with #239ade background
background-color: #239ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #239ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #239ade; background: linear-gradient(135deg, #239ade, #2923DE);