#1df2fb
a balanced, electric cyan · cool · closest name: cyan
RGB
29, 242, 251
HSL
182°, 97%, 55%
CMYK
88, 4, 0, 2
Luminance
0.7073
Every format
| HEX | #1df2fb |
| RGB | rgb(29, 242, 251) |
| HSL | hsl(182, 97%, 55%) |
| CMYK | cmyk(88%, 4%, 0%, 2%) |
| LAB | lab(87.3 -42.8 -17.7) |
| LCH | lch(87.3 46.3 202.5) |
| OKLCH | oklch(0.875 0.146 199.7) |
Copy-ready code
/* CSS */
color: #1df2fb;
background-color: #1df2fb;
/* Tailwind (arbitrary) */
class="text-[#1df2fb] bg-[#1df2fb]"
/* SCSS */
$brand: #1df2fb;
/* SwiftUI */
Color(red: 0.114, green: 0.949, blue: 0.984)
/* Android */
Color.parseColor("#1df2fb")Accessibility — WCAG contrast
Aa
#1df2fb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1df2fb on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green94.9%
Blue98.4%
CMYK percentages
Cyan88.4%
Magenta3.6%
Yellow0.0%
Key (black)1.6%
Color previews
#1df2fb text on a black background
contrast 15.15:1
Card sample
#1df2fb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1df2fb;
Background color
Panel with #1df2fb background
background-color: #1df2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1df2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 242, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 242, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1df2fb; background: linear-gradient(135deg, #1df2fb, #1D5EFB);