#39edeb
a balanced, electric cyan · cool · closest name: cyan
RGB
57, 237, 235
HSL
179°, 83%, 58%
CMYK
76, 0, 1, 7
Luminance
0.6744
Every format
| HEX | #39edeb |
| RGB | rgb(57, 237, 235) |
| HSL | hsl(179, 83%, 58%) |
| CMYK | cmyk(76%, 0%, 1%, 7%) |
| LAB | lab(85.7 -43.2 -11.7) |
| LCH | lch(85.7 44.7 195.2) |
| OKLCH | oklch(0.861 0.137 193.7) |
Copy-ready code
/* CSS */
color: #39edeb;
background-color: #39edeb;
/* Tailwind (arbitrary) */
class="text-[#39edeb] bg-[#39edeb]"
/* SCSS */
$brand: #39edeb;
/* SwiftUI */
Color(red: 0.224, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#39edeb")Accessibility — WCAG contrast
Aa
#39edeb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39edeb on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green92.9%
Blue92.2%
CMYK percentages
Cyan75.9%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#39edeb text on a black background
contrast 14.49:1
Card sample
#39edeb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39edeb;
Background color
Panel with #39edeb background
background-color: #39edeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39edeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39edeb; background: linear-gradient(135deg, #39edeb, #3977ED);