#1bafcf
a balanced, electric cyan · cool · closest name: skyblue
RGB
27, 175, 207
HSL
191°, 77%, 46%
CMYK
87, 16, 0, 19
Luminance
0.3540
Every format
| HEX | #1bafcf |
| RGB | rgb(27, 175, 207) |
| HSL | hsl(191, 77%, 46%) |
| CMYK | cmyk(87%, 16%, 0%, 19%) |
| LAB | lab(66.0 -24.8 -26.4) |
| LCH | lch(66.0 36.3 226.8) |
| OKLCH | oklch(0.697 0.121 217.8) |
Copy-ready code
/* CSS */
color: #1bafcf;
background-color: #1bafcf;
/* Tailwind (arbitrary) */
class="text-[#1bafcf] bg-[#1bafcf]"
/* SCSS */
$brand: #1bafcf;
/* SwiftUI */
Color(red: 0.106, green: 0.686, blue: 0.812)
/* Android */
Color.parseColor("#1bafcf")Accessibility — WCAG contrast
Aa
#1bafcf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bafcf on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green68.6%
Blue81.2%
CMYK percentages
Cyan87.0%
Magenta15.5%
Yellow0.0%
Key (black)18.8%
Color previews
#1bafcf text on a black background
contrast 8.08:1
Card sample
#1bafcf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bafcf;
Background color
Panel with #1bafcf background
background-color: #1bafcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bafcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 175, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 175, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bafcf; background: linear-gradient(135deg, #1bafcf, #1B37CF);