#3ce2ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 226, 255
HSL
189°, 100%, 62%
CMYK
77, 11, 0, 0
Luminance
0.6257
Every format
| HEX | #3ce2ff |
| RGB | rgb(60, 226, 255) |
| HSL | hsl(189, 100%, 62%) |
| CMYK | cmyk(77%, 11%, 0%, 0%) |
| LAB | lab(83.2 -32.0 -26.0) |
| LCH | lch(83.2 41.2 219.1) |
| OKLCH | oklch(0.843 0.135 212.5) |
Copy-ready code
/* CSS */
color: #3ce2ff;
background-color: #3ce2ff;
/* Tailwind (arbitrary) */
class="text-[#3ce2ff] bg-[#3ce2ff]"
/* SCSS */
$brand: #3ce2ff;
/* SwiftUI */
Color(red: 0.235, green: 0.886, blue: 1.000)
/* Android */
Color.parseColor("#3ce2ff")Accessibility — WCAG contrast
Aa
#3ce2ff on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ce2ff on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green88.6%
Blue100.0%
CMYK percentages
Cyan76.5%
Magenta11.4%
Yellow0.0%
Key (black)0.0%
Color previews
#3ce2ff text on a black background
contrast 13.51:1
Card sample
#3ce2ff text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ce2ff;
Background color
Panel with #3ce2ff background
background-color: #3ce2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ce2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 226, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 226, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ce2ff; background: linear-gradient(135deg, #3ce2ff, #3C60FF);