#39eceb
a balanced, electric cyan · cool · closest name: cyan
RGB
57, 236, 235
HSL
180°, 83%, 58%
CMYK
76, 0, 0, 8
Luminance
0.6686
Every format
| HEX | #39eceb |
| RGB | rgb(57, 236, 235) |
| HSL | hsl(180, 83%, 58%) |
| CMYK | cmyk(76%, 0%, 0%, 8%) |
| LAB | lab(85.4 -42.7 -12.1) |
| LCH | lch(85.4 44.4 195.9) |
| OKLCH | oklch(0.858 0.137 194.3) |
Copy-ready code
/* CSS */
color: #39eceb;
background-color: #39eceb;
/* Tailwind (arbitrary) */
class="text-[#39eceb] bg-[#39eceb]"
/* SCSS */
$brand: #39eceb;
/* SwiftUI */
Color(red: 0.224, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#39eceb")Accessibility — WCAG contrast
Aa
#39eceb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39eceb on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green92.5%
Blue92.2%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#39eceb text on a black background
contrast 14.37:1
Card sample
#39eceb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39eceb;
Background color
Panel with #39eceb background
background-color: #39eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39eceb; background: linear-gradient(135deg, #39eceb, #3976EC);