#238ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
35, 138, 222
HSL
207°, 74%, 50%
CMYK
84, 38, 0, 13
Luminance
0.2381
Every format
| HEX | #238ade |
| RGB | rgb(35, 138, 222) |
| HSL | hsl(207, 74%, 50%) |
| CMYK | cmyk(84%, 38%, 0%, 13%) |
| LAB | lab(55.9 1.5 -50.7) |
| LCH | lch(55.9 50.7 271.7) |
| OKLCH | oklch(0.619 0.155 248.8) |
Copy-ready code
/* CSS */
color: #238ade;
background-color: #238ade;
/* Tailwind (arbitrary) */
class="text-[#238ade] bg-[#238ade]"
/* SCSS */
$brand: #238ade;
/* SwiftUI */
Color(red: 0.137, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#238ade")Accessibility — WCAG contrast
Aa
#238ade on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#238ade on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green54.1%
Blue87.1%
CMYK percentages
Cyan84.2%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#238ade text on a black background
contrast 5.76:1
Card sample
#238ade text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #238ade;
Background color
Panel with #238ade background
background-color: #238ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #238ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #238ade; background: linear-gradient(135deg, #238ade, #3923DE);