#3cd0f3
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 208, 243
HSL
192°, 88%, 59%
CMYK
75, 14, 0, 5
Luminance
0.5254
Every format
| HEX | #3cd0f3 |
| RGB | rgb(60, 208, 243) |
| HSL | hsl(192, 88%, 59%) |
| CMYK | cmyk(75%, 14%, 0%, 5%) |
| LAB | lab(77.6 -26.9 -28.2) |
| LCH | lch(77.6 39.0 226.4) |
| OKLCH | oklch(0.796 0.129 217.7) |
Copy-ready code
/* CSS */
color: #3cd0f3;
background-color: #3cd0f3;
/* Tailwind (arbitrary) */
class="text-[#3cd0f3] bg-[#3cd0f3]"
/* SCSS */
$brand: #3cd0f3;
/* SwiftUI */
Color(red: 0.235, green: 0.816, blue: 0.953)
/* Android */
Color.parseColor("#3cd0f3")Accessibility — WCAG contrast
Aa
#3cd0f3 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd0f3 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green81.6%
Blue95.3%
CMYK percentages
Cyan75.3%
Magenta14.4%
Yellow0.0%
Key (black)4.7%
Color previews
#3cd0f3 text on a black background
contrast 11.51:1
Card sample
#3cd0f3 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd0f3;
Background color
Panel with #3cd0f3 background
background-color: #3cd0f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd0f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 208, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 208, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd0f3; background: linear-gradient(135deg, #3cd0f3, #3C56F3);