#35ace2
a balanced, vivid cyan · cool · closest name: steelblue
RGB
53, 172, 226
HSL
199°, 75%, 55%
CMYK
77, 24, 0, 11
Luminance
0.3575
Every format
| HEX | #35ace2 |
| RGB | rgb(53, 172, 226) |
| HSL | hsl(199, 75%, 55%) |
| CMYK | cmyk(77%, 24%, 0%, 11%) |
| LAB | lab(66.3 -14.7 -36.4) |
| LCH | lch(66.3 39.3 248.1) |
| OKLCH | oklch(0.703 0.129 233.0) |
Copy-ready code
/* CSS */
color: #35ace2;
background-color: #35ace2;
/* Tailwind (arbitrary) */
class="text-[#35ace2] bg-[#35ace2]"
/* SCSS */
$brand: #35ace2;
/* SwiftUI */
Color(red: 0.208, green: 0.675, blue: 0.886)
/* Android */
Color.parseColor("#35ace2")Accessibility — WCAG contrast
Aa
#35ace2 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35ace2 on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green67.5%
Blue88.6%
CMYK percentages
Cyan76.5%
Magenta23.9%
Yellow0.0%
Key (black)11.4%
Color previews
#35ace2 text on a black background
contrast 8.15:1
Card sample
#35ace2 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35ace2;
Background color
Panel with #35ace2 background
background-color: #35ace2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35ace2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 172, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 172, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35ace2; background: linear-gradient(135deg, #35ace2, #3539E2);