#1dbbfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
29, 187, 252
HSL
198°, 97%, 55%
CMYK
89, 26, 0, 1
Luminance
0.4283
Every format
| HEX | #1dbbfc |
| RGB | rgb(29, 187, 252) |
| HSL | hsl(198, 97%, 55%) |
| CMYK | cmyk(89%, 26%, 0%, 1%) |
| LAB | lab(71.4 -15.7 -42.6) |
| LCH | lch(71.4 45.4 249.8) |
| OKLCH | oklch(0.747 0.150 233.5) |
Copy-ready code
/* CSS */
color: #1dbbfc;
background-color: #1dbbfc;
/* Tailwind (arbitrary) */
class="text-[#1dbbfc] bg-[#1dbbfc]"
/* SCSS */
$brand: #1dbbfc;
/* SwiftUI */
Color(red: 0.114, green: 0.733, blue: 0.988)
/* Android */
Color.parseColor("#1dbbfc")Accessibility — WCAG contrast
Aa
#1dbbfc on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dbbfc on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green73.3%
Blue98.8%
CMYK percentages
Cyan88.5%
Magenta25.8%
Yellow0.0%
Key (black)1.2%
Color previews
#1dbbfc text on a black background
contrast 9.57:1
Card sample
#1dbbfc text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dbbfc;
Background color
Panel with #1dbbfc background
background-color: #1dbbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dbbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 187, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 187, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dbbfc; background: linear-gradient(135deg, #1dbbfc, #1D26FC);