#3ceffd
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 239, 253
HSL
184°, 98%, 61%
CMYK
76, 6, 0, 1
Luminance
0.6979
Every format
| HEX | #3ceffd |
| RGB | rgb(60, 239, 253) |
| HSL | hsl(184, 98%, 61%) |
| CMYK | cmyk(76%, 6%, 0%, 1%) |
| LAB | lab(86.9 -38.6 -19.4) |
| LCH | lch(86.9 43.2 206.6) |
| OKLCH | oklch(0.872 0.138 203.0) |
Copy-ready code
/* CSS */
color: #3ceffd;
background-color: #3ceffd;
/* Tailwind (arbitrary) */
class="text-[#3ceffd] bg-[#3ceffd]"
/* SCSS */
$brand: #3ceffd;
/* SwiftUI */
Color(red: 0.235, green: 0.937, blue: 0.992)
/* Android */
Color.parseColor("#3ceffd")Accessibility — WCAG contrast
Aa
#3ceffd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ceffd on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green93.7%
Blue99.2%
CMYK percentages
Cyan76.3%
Magenta5.5%
Yellow0.0%
Key (black)0.8%
Color previews
#3ceffd text on a black background
contrast 14.96:1
Card sample
#3ceffd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ceffd;
Background color
Panel with #3ceffd background
background-color: #3ceffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ceffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 239, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 239, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ceffd; background: linear-gradient(135deg, #3ceffd, #3C6EFD);