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