#1dbbee
a balanced, electric cyan · cool · closest name: skyblue
RGB
29, 187, 238
HSL
195°, 86%, 52%
CMYK
88, 21, 0, 7
Luminance
0.4197
Every format
| HEX | #1dbbee |
| RGB | rgb(29, 187, 238) |
| HSL | hsl(195, 86%, 52%) |
| CMYK | cmyk(88%, 21%, 0%, 7%) |
| LAB | lab(70.8 -20.5 -36.0) |
| LCH | lch(70.8 41.4 240.4) |
| OKLCH | oklch(0.740 0.138 227.1) |
Copy-ready code
/* CSS */
color: #1dbbee;
background-color: #1dbbee;
/* Tailwind (arbitrary) */
class="text-[#1dbbee] bg-[#1dbbee]"
/* SCSS */
$brand: #1dbbee;
/* SwiftUI */
Color(red: 0.114, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#1dbbee")Accessibility — WCAG contrast
Aa
#1dbbee on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1dbbee on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green73.3%
Blue93.3%
CMYK percentages
Cyan87.8%
Magenta21.4%
Yellow0.0%
Key (black)6.7%
Color previews
#1dbbee text on a black background
contrast 9.39:1
Card sample
#1dbbee text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1dbbee;
Background color
Panel with #1dbbee background
background-color: #1dbbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1dbbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1dbbee; background: linear-gradient(135deg, #1dbbee, #1D30EE);