#35ade4
a balanced, electric cyan · cool · closest name: steelblue
RGB
53, 173, 228
HSL
199°, 76%, 55%
CMYK
77, 24, 0, 11
Luminance
0.3625
Every format
| HEX | #35ade4 |
| RGB | rgb(53, 173, 228) |
| HSL | hsl(199, 76%, 55%) |
| CMYK | cmyk(77%, 24%, 0%, 11%) |
| LAB | lab(66.7 -14.5 -37.0) |
| LCH | lch(66.7 39.7 248.6) |
| OKLCH | oklch(0.707 0.130 233.3) |
Copy-ready code
/* CSS */
color: #35ade4;
background-color: #35ade4;
/* Tailwind (arbitrary) */
class="text-[#35ade4] bg-[#35ade4]"
/* SCSS */
$brand: #35ade4;
/* SwiftUI */
Color(red: 0.208, green: 0.678, blue: 0.894)
/* Android */
Color.parseColor("#35ade4")Accessibility — WCAG contrast
Aa
#35ade4 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35ade4 on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green67.8%
Blue89.4%
CMYK percentages
Cyan76.8%
Magenta24.1%
Yellow0.0%
Key (black)10.6%
Color previews
#35ade4 text on a black background
contrast 8.25:1
Card sample
#35ade4 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35ade4;
Background color
Panel with #35ade4 background
background-color: #35ade4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35ade4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 173, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 173, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35ade4; background: linear-gradient(135deg, #35ade4, #3538E4);