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