#1bfceb
a balanced, electric cyan · cool · closest name: cyan
RGB
27, 252, 235
HSL
176°, 97%, 55%
CMYK
89, 0, 7, 1
Luminance
0.7585
Every format
| HEX | #1bfceb |
| RGB | rgb(27, 252, 235) |
| HSL | hsl(176, 97%, 55%) |
| CMYK | cmyk(89%, 0%, 7%, 1%) |
| LAB | lab(89.8 -51.7 -5.7) |
| LCH | lch(89.8 52.0 186.3) |
| OKLCH | oklch(0.893 0.154 186.1) |
Copy-ready code
/* CSS */
color: #1bfceb;
background-color: #1bfceb;
/* Tailwind (arbitrary) */
class="text-[#1bfceb] bg-[#1bfceb]"
/* SCSS */
$brand: #1bfceb;
/* SwiftUI */
Color(red: 0.106, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#1bfceb")Accessibility — WCAG contrast
Aa
#1bfceb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bfceb on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green98.8%
Blue92.2%
CMYK percentages
Cyan89.3%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#1bfceb text on a black background
contrast 16.17:1
Card sample
#1bfceb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bfceb;
Background color
Panel with #1bfceb background
background-color: #1bfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bfceb; background: linear-gradient(135deg, #1bfceb, #1B77FC);