#35abdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
53, 171, 223
HSL
198°, 73%, 54%
CMYK
76, 23, 0, 13
Luminance
0.3521
Every format
| HEX | #35abdf |
| RGB | rgb(53, 171, 223) |
| HSL | hsl(198, 73%, 54%) |
| CMYK | cmyk(76%, 23%, 0%, 13%) |
| LAB | lab(65.9 -15.1 -35.4) |
| LCH | lch(65.9 38.5 246.9) |
| OKLCH | oklch(0.699 0.126 232.1) |
Copy-ready code
/* CSS */
color: #35abdf;
background-color: #35abdf;
/* Tailwind (arbitrary) */
class="text-[#35abdf] bg-[#35abdf]"
/* SCSS */
$brand: #35abdf;
/* SwiftUI */
Color(red: 0.208, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#35abdf")Accessibility — WCAG contrast
Aa
#35abdf on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35abdf on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green67.1%
Blue87.5%
CMYK percentages
Cyan76.2%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#35abdf text on a black background
contrast 8.04:1
Card sample
#35abdf text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35abdf;
Background color
Panel with #35abdf background
background-color: #35abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35abdf; background: linear-gradient(135deg, #35abdf, #353ADF);