#52bfef
a balanced, electric cyan · cool · closest name: skyblue
RGB
82, 191, 239
HSL
198°, 83%, 63%
CMYK
66, 20, 0, 6
Luminance
0.4529
Every format
| HEX | #52bfef |
| RGB | rgb(82, 191, 239) |
| HSL | hsl(198, 83%, 63%) |
| CMYK | cmyk(66%, 20%, 0%, 6%) |
| LAB | lab(73.1 -16.6 -33.0) |
| LCH | lch(73.1 37.0 243.2) |
| OKLCH | oklch(0.761 0.120 230.3) |
Copy-ready code
/* CSS */
color: #52bfef;
background-color: #52bfef;
/* Tailwind (arbitrary) */
class="text-[#52bfef] bg-[#52bfef]"
/* SCSS */
$brand: #52bfef;
/* SwiftUI */
Color(red: 0.322, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#52bfef")Accessibility — WCAG contrast
Aa
#52bfef on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52bfef on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green74.9%
Blue93.7%
CMYK percentages
Cyan65.7%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#52bfef text on a black background
contrast 10.06:1
Card sample
#52bfef text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52bfef;
Background color
Panel with #52bfef background
background-color: #52bfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52bfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52bfef; background: linear-gradient(135deg, #52bfef, #5256EF);