#3ceafb
a balanced, electric cyan · cool · closest name: cyan
RGB
60, 234, 251
HSL
185°, 96%, 61%
CMYK
76, 7, 0, 2
Luminance
0.6677
Every format
| HEX | #3ceafb |
| RGB | rgb(60, 234, 251) |
| HSL | hsl(185, 96%, 61%) |
| CMYK | cmyk(76%, 7%, 0%, 2%) |
| LAB | lab(85.4 -36.9 -20.6) |
| LCH | lch(85.4 42.3 209.2) |
| OKLCH | oklch(0.860 0.136 205.0) |
Copy-ready code
/* CSS */
color: #3ceafb;
background-color: #3ceafb;
/* Tailwind (arbitrary) */
class="text-[#3ceafb] bg-[#3ceafb]"
/* SCSS */
$brand: #3ceafb;
/* SwiftUI */
Color(red: 0.235, green: 0.918, blue: 0.984)
/* Android */
Color.parseColor("#3ceafb")Accessibility — WCAG contrast
Aa
#3ceafb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ceafb on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green91.8%
Blue98.4%
CMYK percentages
Cyan76.1%
Magenta6.8%
Yellow0.0%
Key (black)1.6%
Color previews
#3ceafb text on a black background
contrast 14.35:1
Card sample
#3ceafb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ceafb;
Background color
Panel with #3ceafb background
background-color: #3ceafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ceafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 234, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 234, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ceafb; background: linear-gradient(135deg, #3ceafb, #3C6BFB);