#1bfff1
a balanced, electric cyan · cool · closest name: cyan
RGB
27, 255, 241
HSL
176°, 100%, 55%
CMYK
89, 0, 6, 0
Luminance
0.7810
Every format
| HEX | #1bfff1 |
| RGB | rgb(27, 255, 241) |
| HSL | hsl(176, 100%, 55%) |
| CMYK | cmyk(89%, 0%, 6%, 0%) |
| LAB | lab(90.8 -51.3 -7.3) |
| LCH | lch(90.8 51.8 188.1) |
| OKLCH | oklch(0.902 0.155 187.7) |
Copy-ready code
/* CSS */
color: #1bfff1;
background-color: #1bfff1;
/* Tailwind (arbitrary) */
class="text-[#1bfff1] bg-[#1bfff1]"
/* SCSS */
$brand: #1bfff1;
/* SwiftUI */
Color(red: 0.106, green: 1.000, blue: 0.945)
/* Android */
Color.parseColor("#1bfff1")Accessibility — WCAG contrast
Aa
#1bfff1 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bfff1 on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green100.0%
Blue94.5%
CMYK percentages
Cyan89.4%
Magenta0.0%
Yellow5.5%
Key (black)0.0%
Color previews
#1bfff1 text on a black background
contrast 16.62:1
Card sample
#1bfff1 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bfff1;
Background color
Panel with #1bfff1 background
background-color: #1bfff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bfff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 255, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 255, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bfff1; background: linear-gradient(135deg, #1bfff1, #1B75FF);