#39fcfd
a balanced, electric cyan · cool · closest name: cyan
RGB
57, 252, 253
HSL
180°, 98%, 61%
CMYK
78, 0, 0, 1
Luminance
0.7758
Every format
| HEX | #39fcfd |
| RGB | rgb(57, 252, 253) |
| HSL | hsl(180, 98%, 61%) |
| CMYK | cmyk(78%, 0%, 0%, 1%) |
| LAB | lab(90.6 -44.8 -13.8) |
| LCH | lch(90.6 46.8 197.2) |
| OKLCH | oklch(0.902 0.145 195.4) |
Copy-ready code
/* CSS */
color: #39fcfd;
background-color: #39fcfd;
/* Tailwind (arbitrary) */
class="text-[#39fcfd] bg-[#39fcfd]"
/* SCSS */
$brand: #39fcfd;
/* SwiftUI */
Color(red: 0.224, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#39fcfd")Accessibility — WCAG contrast
Aa
#39fcfd on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39fcfd on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green98.8%
Blue99.2%
CMYK percentages
Cyan77.5%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#39fcfd text on a black background
contrast 16.52:1
Card sample
#39fcfd text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39fcfd;
Background color
Panel with #39fcfd background
background-color: #39fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39fcfd; background: linear-gradient(135deg, #39fcfd, #3979FD);