#53afbb
a balanced, soft cyan · cool · closest name: skyblue
RGB
83, 175, 187
HSL
187°, 43%, 53%
CMYK
56, 6, 0, 27
Luminance
0.3609
Every format
| HEX | #53afbb |
| RGB | rgb(83, 175, 187) |
| HSL | hsl(187, 43%, 53%) |
| CMYK | cmyk(56%, 6%, 0%, 27%) |
| LAB | lab(66.6 -23.8 -14.4) |
| LCH | lch(66.6 27.9 211.2) |
| OKLCH | oklch(0.703 0.089 206.8) |
Copy-ready code
/* CSS */
color: #53afbb;
background-color: #53afbb;
/* Tailwind (arbitrary) */
class="text-[#53afbb] bg-[#53afbb]"
/* SCSS */
$brand: #53afbb;
/* SwiftUI */
Color(red: 0.325, green: 0.686, blue: 0.733)
/* Android */
Color.parseColor("#53afbb")Accessibility — WCAG contrast
Aa
#53afbb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53afbb on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green68.6%
Blue73.3%
CMYK percentages
Cyan55.6%
Magenta6.4%
Yellow0.0%
Key (black)26.7%
Color previews
#53afbb text on a black background
contrast 8.22:1
Card sample
#53afbb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53afbb;
Background color
Panel with #53afbb background
background-color: #53afbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53afbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 175, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 175, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53afbb; background: linear-gradient(135deg, #53afbb, #536ABB);