#1bdfb0
a balanced, electric cyan · cool · closest name: aquamarine
RGB
27, 223, 176
HSL
166°, 78%, 49%
CMYK
88, 0, 21, 13
Luminance
0.5614
Every format
| HEX | #1bdfb0 |
| RGB | rgb(27, 223, 176) |
| HSL | hsl(166, 78%, 49%) |
| CMYK | cmyk(88%, 0%, 21%, 13%) |
| LAB | lab(79.7 -55.2 10.6) |
| LCH | lch(79.7 56.2 169.1) |
| OKLCH | oklch(0.805 0.156 170.0) |
Copy-ready code
/* CSS */
color: #1bdfb0;
background-color: #1bdfb0;
/* Tailwind (arbitrary) */
class="text-[#1bdfb0] bg-[#1bdfb0]"
/* SCSS */
$brand: #1bdfb0;
/* SwiftUI */
Color(red: 0.106, green: 0.875, blue: 0.690)
/* Android */
Color.parseColor("#1bdfb0")Accessibility — WCAG contrast
Aa
#1bdfb0 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bdfb0 on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green87.5%
Blue69.0%
CMYK percentages
Cyan87.9%
Magenta0.0%
Yellow21.1%
Key (black)12.5%
Color previews
#1bdfb0 text on a black background
contrast 12.23:1
Card sample
#1bdfb0 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bdfb0;
Background color
Panel with #1bdfb0 background
background-color: #1bdfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bdfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 223, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 223, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bdfb0; background: linear-gradient(135deg, #1bdfb0, #1B8BDF);