#1bacef
a balanced, electric cyan · cool · closest name: steelblue
RGB
27, 172, 239
HSL
199°, 87%, 52%
CMYK
89, 28, 0, 6
Luminance
0.3597
Every format
| HEX | #1bacef |
| RGB | rgb(27, 172, 239) |
| HSL | hsl(199, 87%, 52%) |
| CMYK | cmyk(89%, 28%, 0%, 6%) |
| LAB | lab(66.5 -12.2 -43.3) |
| LCH | lch(66.5 45.0 254.2) |
| OKLCH | oklch(0.705 0.147 236.5) |
Copy-ready code
/* CSS */
color: #1bacef;
background-color: #1bacef;
/* Tailwind (arbitrary) */
class="text-[#1bacef] bg-[#1bacef]"
/* SCSS */
$brand: #1bacef;
/* SwiftUI */
Color(red: 0.106, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#1bacef")Accessibility — WCAG contrast
Aa
#1bacef on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bacef on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green67.5%
Blue93.7%
CMYK percentages
Cyan88.7%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#1bacef text on a black background
contrast 8.19:1
Card sample
#1bacef text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bacef;
Background color
Panel with #1bacef background
background-color: #1bacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bacef; background: linear-gradient(135deg, #1bacef, #1B1FEF);