#3ce2f8
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 226, 248
HSL
187°, 93%, 60%
CMYK
76, 9, 0, 3
Luminance
0.6213
Every format
| HEX | #3ce2f8 |
| RGB | rgb(60, 226, 248) |
| HSL | hsl(187, 93%, 60%) |
| CMYK | cmyk(76%, 9%, 0%, 3%) |
| LAB | lab(83.0 -34.1 -22.7) |
| LCH | lch(83.0 41.0 213.6) |
| OKLCH | oklch(0.840 0.133 208.4) |
Copy-ready code
/* CSS */
color: #3ce2f8;
background-color: #3ce2f8;
/* Tailwind (arbitrary) */
class="text-[#3ce2f8] bg-[#3ce2f8]"
/* SCSS */
$brand: #3ce2f8;
/* SwiftUI */
Color(red: 0.235, green: 0.886, blue: 0.973)
/* Android */
Color.parseColor("#3ce2f8")Accessibility — WCAG contrast
Aa
#3ce2f8 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ce2f8 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green88.6%
Blue97.3%
CMYK percentages
Cyan75.8%
Magenta8.9%
Yellow0.0%
Key (black)2.7%
Color previews
#3ce2f8 text on a black background
contrast 13.43:1
Card sample
#3ce2f8 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ce2f8;
Background color
Panel with #3ce2f8 background
background-color: #3ce2f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ce2f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 226, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 226, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ce2f8; background: linear-gradient(135deg, #3ce2f8, #3C65F8);