#1afbfd
a balanced, electric cyan · cool · “cyan”
RGB
26, 251, 253
HSL
181°, 98%, 55%
CMYK
90, 1, 0, 1
Luminance
0.7631
Every format
| HEX | #1afbfd |
| RGB | rgb(26, 251, 253) |
| HSL | hsl(181, 98%, 55%) |
| CMYK | cmyk(90%, 1%, 0%, 1%) |
| LAB | lab(90.0 -46.3 -14.8) |
| LCH | lch(90.0 48.6 197.7) |
| OKLCH | oklch(0.896 0.150 195.9) |
Copy-ready code
/* CSS */
color: #1afbfd;
background-color: #1afbfd;
/* Tailwind (arbitrary) */
class="text-[#1afbfd] bg-[#1afbfd]"
/* SCSS */
$brand: #1afbfd;
/* SwiftUI */
Color(red: 0.102, green: 0.984, blue: 0.992)
/* Android */
Color.parseColor("#1afbfd")Accessibility — WCAG contrast
Aa
#1afbfd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1afbfd on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green98.4%
Blue99.2%
CMYK percentages
Cyan89.7%
Magenta0.8%
Yellow0.0%
Key (black)0.8%
Color previews
#1afbfd text on a black background
contrast 16.26:1
Card sample
#1afbfd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1afbfd;
Background color
Panel with #1afbfd background
background-color: #1afbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1afbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 251, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 251, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1afbfd; background: linear-gradient(135deg, #1afbfd, #1A64FD);