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