#3ccaf4
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 202, 244
HSL
194°, 89%, 60%
CMYK
75, 17, 0, 4
Luminance
0.4973
Every format
| HEX | #3ccaf4 |
| RGB | rgb(60, 202, 244) |
| HSL | hsl(194, 89%, 60%) |
| CMYK | cmyk(75%, 17%, 0%, 4%) |
| LAB | lab(75.9 -23.6 -31.4) |
| LCH | lch(75.9 39.3 233.0) |
| OKLCH | oklch(0.783 0.130 222.5) |
Copy-ready code
/* CSS */
color: #3ccaf4;
background-color: #3ccaf4;
/* Tailwind (arbitrary) */
class="text-[#3ccaf4] bg-[#3ccaf4]"
/* SCSS */
$brand: #3ccaf4;
/* SwiftUI */
Color(red: 0.235, green: 0.792, blue: 0.957)
/* Android */
Color.parseColor("#3ccaf4")Accessibility — WCAG contrast
Aa
#3ccaf4 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ccaf4 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green79.2%
Blue95.7%
CMYK percentages
Cyan75.4%
Magenta17.2%
Yellow0.0%
Key (black)4.3%
Color previews
#3ccaf4 text on a black background
contrast 10.95:1
Card sample
#3ccaf4 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ccaf4;
Background color
Panel with #3ccaf4 background
background-color: #3ccaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ccaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 202, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 202, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ccaf4; background: linear-gradient(135deg, #3ccaf4, #3C4FF4);