#1bfdff
a balanced, electric cyan · cool · “cyan”
RGB
27, 253, 255
HSL
181°, 100%, 55%
CMYK
89, 1, 0, 0
Luminance
0.7770
Every format
| HEX | #1bfdff |
| RGB | rgb(27, 253, 255) |
| HSL | hsl(181, 100%, 55%) |
| CMYK | cmyk(89%, 1%, 0%, 0%) |
| LAB | lab(90.6 -46.5 -14.8) |
| LCH | lch(90.6 48.8 197.7) |
| OKLCH | oklch(0.902 0.151 195.8) |
Copy-ready code
/* CSS */
color: #1bfdff;
background-color: #1bfdff;
/* Tailwind (arbitrary) */
class="text-[#1bfdff] bg-[#1bfdff]"
/* SCSS */
$brand: #1bfdff;
/* SwiftUI */
Color(red: 0.106, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#1bfdff")Accessibility — WCAG contrast
Aa
#1bfdff on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bfdff on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green99.2%
Blue100.0%
CMYK percentages
Cyan89.4%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#1bfdff text on a black background
contrast 16.54:1
Card sample
#1bfdff text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bfdff;
Background color
Panel with #1bfdff background
background-color: #1bfdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bfdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bfdff; background: linear-gradient(135deg, #1bfdff, #1B65FF);