#1dfdfe
a balanced, electric cyan · cool · “cyan”
RGB
29, 253, 254
HSL
180°, 99%, 56%
CMYK
89, 0, 0, 0
Luminance
0.7767
Every format
| HEX | #1dfdfe |
| RGB | rgb(29, 253, 254) |
| HSL | hsl(180, 99%, 56%) |
| CMYK | cmyk(89%, 0%, 0%, 0%) |
| LAB | lab(90.6 -46.7 -14.3) |
| LCH | lch(90.6 48.9 197.1) |
| OKLCH | oklch(0.902 0.151 195.3) |
Copy-ready code
/* CSS */
color: #1dfdfe;
background-color: #1dfdfe;
/* Tailwind (arbitrary) */
class="text-[#1dfdfe] bg-[#1dfdfe]"
/* SCSS */
$brand: #1dfdfe;
/* SwiftUI */
Color(red: 0.114, green: 0.992, blue: 0.996)
/* Android */
Color.parseColor("#1dfdfe")Accessibility — WCAG contrast
Aa
#1dfdfe on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dfdfe on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green99.2%
Blue99.6%
CMYK percentages
Cyan88.6%
Magenta0.4%
Yellow0.0%
Key (black)0.4%
Color previews
#1dfdfe text on a black background
contrast 16.53:1
Card sample
#1dfdfe text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dfdfe;
Background color
Panel with #1dfdfe background
background-color: #1dfdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dfdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 253, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 253, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dfdfe; background: linear-gradient(135deg, #1dfdfe, #1D67FE);