#47ebee
a balanced, electric cyan · cool · closest name: cyan
RGB
71, 235, 238
HSL
181°, 83%, 61%
CMYK
70, 1, 0, 7
Luminance
0.6693
Every format
| HEX | #47ebee |
| RGB | rgb(71, 235, 238) |
| HSL | hsl(181, 83%, 61%) |
| CMYK | cmyk(70%, 1%, 0%, 7%) |
| LAB | lab(85.5 -39.9 -13.6) |
| LCH | lch(85.5 42.2 198.9) |
| OKLCH | oklch(0.860 0.131 196.8) |
Copy-ready code
/* CSS */
color: #47ebee;
background-color: #47ebee;
/* Tailwind (arbitrary) */
class="text-[#47ebee] bg-[#47ebee]"
/* SCSS */
$brand: #47ebee;
/* SwiftUI */
Color(red: 0.278, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#47ebee")Accessibility — WCAG contrast
Aa
#47ebee on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#47ebee on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green92.2%
Blue93.3%
CMYK percentages
Cyan70.2%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#47ebee text on a black background
contrast 14.39:1
Card sample
#47ebee text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47ebee;
Background color
Panel with #47ebee background
background-color: #47ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47ebee; background: linear-gradient(135deg, #47ebee, #477CEE);