#39faeb
a balanced, electric cyan · cool · closest name: cyan
RGB
57, 250, 235
HSL
175°, 95%, 60%
CMYK
77, 0, 6, 2
Luminance
0.7524
Every format
| HEX | #39faeb |
| RGB | rgb(57, 250, 235) |
| HSL | hsl(175, 95%, 60%) |
| CMYK | cmyk(77%, 0%, 6%, 2%) |
| LAB | lab(89.5 -48.8 -6.1) |
| LCH | lch(89.5 49.2 187.1) |
| OKLCH | oklch(0.892 0.146 186.8) |
Copy-ready code
/* CSS */
color: #39faeb;
background-color: #39faeb;
/* Tailwind (arbitrary) */
class="text-[#39faeb] bg-[#39faeb]"
/* SCSS */
$brand: #39faeb;
/* SwiftUI */
Color(red: 0.224, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#39faeb")Accessibility — WCAG contrast
Aa
#39faeb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39faeb on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green98.0%
Blue92.2%
CMYK percentages
Cyan77.2%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#39faeb text on a black background
contrast 16.05:1
Card sample
#39faeb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39faeb;
Background color
Panel with #39faeb background
background-color: #39faeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39faeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39faeb; background: linear-gradient(135deg, #39faeb, #3988FA);