#3ce6ff
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 230, 255
HSL
188°, 100%, 62%
CMYK
77, 10, 0, 0
Luminance
0.6477
Every format
| HEX | #3ce6ff |
| RGB | rgb(60, 230, 255) |
| HSL | hsl(188, 100%, 62%) |
| CMYK | cmyk(77%, 10%, 0%, 0%) |
| LAB | lab(84.4 -33.9 -24.3) |
| LCH | lch(84.4 41.7 215.6) |
| OKLCH | oklch(0.852 0.136 209.9) |
Copy-ready code
/* CSS */
color: #3ce6ff;
background-color: #3ce6ff;
/* Tailwind (arbitrary) */
class="text-[#3ce6ff] bg-[#3ce6ff]"
/* SCSS */
$brand: #3ce6ff;
/* SwiftUI */
Color(red: 0.235, green: 0.902, blue: 1.000)
/* Android */
Color.parseColor("#3ce6ff")Accessibility — WCAG contrast
Aa
#3ce6ff on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ce6ff on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green90.2%
Blue100.0%
CMYK percentages
Cyan76.5%
Magenta9.8%
Yellow0.0%
Key (black)0.0%
Color previews
#3ce6ff text on a black background
contrast 13.95:1
Card sample
#3ce6ff text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ce6ff;
Background color
Panel with #3ce6ff background
background-color: #3ce6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ce6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 230, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 230, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ce6ff; background: linear-gradient(135deg, #3ce6ff, #3C64FF);