#1bceee
a balanced, electric cyan · cool · closest name: skyblue
RGB
27, 206, 238
HSL
189°, 86%, 52%
CMYK
89, 13, 0, 7
Luminance
0.5055
Every format
| HEX | #1bceee |
| RGB | rgb(27, 206, 238) |
| HSL | hsl(189, 86%, 52%) |
| CMYK | cmyk(89%, 13%, 0%, 7%) |
| LAB | lab(76.4 -30.1 -27.4) |
| LCH | lch(76.4 40.7 222.3) |
| OKLCH | oklch(0.785 0.135 214.6) |
Copy-ready code
/* CSS */
color: #1bceee;
background-color: #1bceee;
/* Tailwind (arbitrary) */
class="text-[#1bceee] bg-[#1bceee]"
/* SCSS */
$brand: #1bceee;
/* SwiftUI */
Color(red: 0.106, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#1bceee")Accessibility — WCAG contrast
Aa
#1bceee on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bceee on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green80.8%
Blue93.3%
CMYK percentages
Cyan88.7%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#1bceee text on a black background
contrast 11.11:1
Card sample
#1bceee text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bceee;
Background color
Panel with #1bceee background
background-color: #1bceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bceee; background: linear-gradient(135deg, #1bceee, #1B42EE);