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