#1bfbdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
27, 251, 223
HSL
173°, 97%, 55%
CMYK
89, 0, 11, 2
Luminance
0.7456
Every format
| HEX | #1bfbdf |
| RGB | rgb(27, 251, 223) |
| HSL | hsl(173, 97%, 55%) |
| CMYK | cmyk(89%, 0%, 11%, 2%) |
| LAB | lab(89.2 -54.5 -0.3) |
| LCH | lch(89.2 54.5 180.4) |
| OKLCH | oklch(0.887 0.158 180.7) |
Copy-ready code
/* CSS */
color: #1bfbdf;
background-color: #1bfbdf;
/* Tailwind (arbitrary) */
class="text-[#1bfbdf] bg-[#1bfbdf]"
/* SCSS */
$brand: #1bfbdf;
/* SwiftUI */
Color(red: 0.106, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#1bfbdf")Accessibility — WCAG contrast
Aa
#1bfbdf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bfbdf on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green98.4%
Blue87.5%
CMYK percentages
Cyan89.2%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#1bfbdf text on a black background
contrast 15.91:1
Card sample
#1bfbdf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bfbdf;
Background color
Panel with #1bfbdf background
background-color: #1bfbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bfbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bfbdf; background: linear-gradient(135deg, #1bfbdf, #1B82FB);