#3cdaf2
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 218, 242
HSL
188°, 88%, 59%
CMYK
75, 10, 0, 5
Luminance
0.5751
Every format
| HEX | #3cdaf2 |
| RGB | rgb(60, 218, 242) |
| HSL | hsl(188, 88%, 59%) |
| CMYK | cmyk(75%, 10%, 0%, 5%) |
| LAB | lab(80.5 -32.1 -23.3) |
| LCH | lch(80.5 39.7 216.0) |
| OKLCH | oklch(0.819 0.129 210.2) |
Copy-ready code
/* CSS */
color: #3cdaf2;
background-color: #3cdaf2;
/* Tailwind (arbitrary) */
class="text-[#3cdaf2] bg-[#3cdaf2]"
/* SCSS */
$brand: #3cdaf2;
/* SwiftUI */
Color(red: 0.235, green: 0.855, blue: 0.949)
/* Android */
Color.parseColor("#3cdaf2")Accessibility — WCAG contrast
Aa
#3cdaf2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdaf2 on black: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green85.5%
Blue94.9%
CMYK percentages
Cyan75.2%
Magenta9.9%
Yellow0.0%
Key (black)5.1%
Color previews
#3cdaf2 text on a black background
contrast 12.50:1
Card sample
#3cdaf2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdaf2;
Background color
Panel with #3cdaf2 background
background-color: #3cdaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 218, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 218, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdaf2; background: linear-gradient(135deg, #3cdaf2, #3C61F2);