#3df2fb
a balanced, electric cyan · cool · closest name: cyan
RGB
61, 242, 251
HSL
183°, 96%, 61%
CMYK
76, 4, 0, 2
Luminance
0.7146
Every format
| HEX | #3df2fb |
| RGB | rgb(61, 242, 251) |
| HSL | hsl(183, 96%, 61%) |
| CMYK | cmyk(76%, 4%, 0%, 2%) |
| LAB | lab(87.7 -40.5 -17.1) |
| LCH | lch(87.7 44.0 202.9) |
| OKLCH | oklch(0.879 0.138 200.1) |
Copy-ready code
/* CSS */
color: #3df2fb;
background-color: #3df2fb;
/* Tailwind (arbitrary) */
class="text-[#3df2fb] bg-[#3df2fb]"
/* SCSS */
$brand: #3df2fb;
/* SwiftUI */
Color(red: 0.239, green: 0.949, blue: 0.984)
/* Android */
Color.parseColor("#3df2fb")Accessibility — WCAG contrast
Aa
#3df2fb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3df2fb on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green94.9%
Blue98.4%
CMYK percentages
Cyan75.7%
Magenta3.6%
Yellow0.0%
Key (black)1.6%
Color previews
#3df2fb text on a black background
contrast 15.29:1
Card sample
#3df2fb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3df2fb;
Background color
Panel with #3df2fb background
background-color: #3df2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3df2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 242, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 242, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3df2fb; background: linear-gradient(135deg, #3df2fb, #3D74FB);