#35b6ff
a balanced, electric blue · cool · closest name: steelblue
RGB
53, 182, 255
HSL
202°, 100%, 60%
CMYK
79, 29, 0, 0
Luminance
0.4143
Every format
| HEX | #35b6ff |
| RGB | rgb(53, 182, 255) |
| HSL | hsl(202, 100%, 60%) |
| CMYK | cmyk(79%, 29%, 0%, 0%) |
| LAB | lab(70.5 -10.2 -45.8) |
| LCH | lch(70.5 46.9 257.5) |
| OKLCH | oklch(0.740 0.151 239.3) |
Copy-ready code
/* CSS */
color: #35b6ff;
background-color: #35b6ff;
/* Tailwind (arbitrary) */
class="text-[#35b6ff] bg-[#35b6ff]"
/* SCSS */
$brand: #35b6ff;
/* SwiftUI */
Color(red: 0.208, green: 0.714, blue: 1.000)
/* Android */
Color.parseColor("#35b6ff")Accessibility — WCAG contrast
Aa
#35b6ff on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35b6ff on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green71.4%
Blue100.0%
CMYK percentages
Cyan79.2%
Magenta28.6%
Yellow0.0%
Key (black)0.0%
Color previews
#35b6ff text on a black background
contrast 9.29:1
Card sample
#35b6ff text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35b6ff;
Background color
Panel with #35b6ff background
background-color: #35b6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35b6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 182, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 182, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35b6ff; background: linear-gradient(135deg, #35b6ff, #3B35FF);