#35ace7
a balanced, electric cyan · cool · closest name: steelblue
RGB
53, 172, 231
HSL
200°, 79%, 56%
CMYK
77, 26, 0, 9
Luminance
0.3603
Every format
| HEX | #35ace7 |
| RGB | rgb(53, 172, 231) |
| HSL | hsl(200, 79%, 56%) |
| CMYK | cmyk(77%, 26%, 0%, 9%) |
| LAB | lab(66.5 -12.9 -38.9) |
| LCH | lch(66.5 41.0 251.6) |
| OKLCH | oklch(0.706 0.133 235.3) |
Copy-ready code
/* CSS */
color: #35ace7;
background-color: #35ace7;
/* Tailwind (arbitrary) */
class="text-[#35ace7] bg-[#35ace7]"
/* SCSS */
$brand: #35ace7;
/* SwiftUI */
Color(red: 0.208, green: 0.675, blue: 0.906)
/* Android */
Color.parseColor("#35ace7")Accessibility — WCAG contrast
Aa
#35ace7 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35ace7 on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green67.5%
Blue90.6%
CMYK percentages
Cyan77.1%
Magenta25.5%
Yellow0.0%
Key (black)9.4%
Color previews
#35ace7 text on a black background
contrast 8.21:1
Card sample
#35ace7 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35ace7;
Background color
Panel with #35ace7 background
background-color: #35ace7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35ace7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 172, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 172, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35ace7; background: linear-gradient(135deg, #35ace7, #3535E7);