#53cfe2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
83, 207, 226
HSL
188°, 71%, 61%
CMYK
63, 8, 0, 11
Luminance
0.5196
Every format
| HEX | #53cfe2 |
| RGB | rgb(83, 207, 226) |
| HSL | hsl(188, 71%, 61%) |
| CMYK | cmyk(63%, 8%, 0%, 11%) |
| LAB | lab(77.3 -28.5 -19.6) |
| LCH | lch(77.3 34.6 214.5) |
| OKLCH | oklch(0.793 0.111 209.2) |
Copy-ready code
/* CSS */
color: #53cfe2;
background-color: #53cfe2;
/* Tailwind (arbitrary) */
class="text-[#53cfe2] bg-[#53cfe2]"
/* SCSS */
$brand: #53cfe2;
/* SwiftUI */
Color(red: 0.325, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#53cfe2")Accessibility — WCAG contrast
Aa
#53cfe2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cfe2 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green81.2%
Blue88.6%
CMYK percentages
Cyan63.3%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#53cfe2 text on a black background
contrast 11.39:1
Card sample
#53cfe2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cfe2;
Background color
Panel with #53cfe2 background
background-color: #53cfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cfe2; background: linear-gradient(135deg, #53cfe2, #5370E2);