#3ceaf9
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 234, 249
HSL
185°, 94%, 61%
CMYK
76, 6, 0, 2
Luminance
0.6665
Every format
| HEX | #3ceaf9 |
| RGB | rgb(60, 234, 249) |
| HSL | hsl(185, 94%, 61%) |
| CMYK | cmyk(76%, 6%, 0%, 2%) |
| LAB | lab(85.3 -37.5 -19.7) |
| LCH | lch(85.3 42.4 207.7) |
| OKLCH | oklch(0.859 0.135 203.8) |
Copy-ready code
/* CSS */
color: #3ceaf9;
background-color: #3ceaf9;
/* Tailwind (arbitrary) */
class="text-[#3ceaf9] bg-[#3ceaf9]"
/* SCSS */
$brand: #3ceaf9;
/* SwiftUI */
Color(red: 0.235, green: 0.918, blue: 0.976)
/* Android */
Color.parseColor("#3ceaf9")Accessibility — WCAG contrast
Aa
#3ceaf9 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ceaf9 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green91.8%
Blue97.6%
CMYK percentages
Cyan75.9%
Magenta6.0%
Yellow0.0%
Key (black)2.4%
Color previews
#3ceaf9 text on a black background
contrast 14.33:1
Card sample
#3ceaf9 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ceaf9;
Background color
Panel with #3ceaf9 background
background-color: #3ceaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ceaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 234, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 234, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ceaf9; background: linear-gradient(135deg, #3ceaf9, #3C6CF9);