#1af5fc
a balanced, electric cyan · cool · closest name: cyan
RGB
26, 245, 252
HSL
182°, 97%, 55%
CMYK
90, 3, 0, 1
Luminance
0.7255
Every format
| HEX | #1af5fc |
| RGB | rgb(26, 245, 252) |
| HSL | hsl(182, 97%, 55%) |
| CMYK | cmyk(90%, 3%, 0%, 1%) |
| LAB | lab(88.2 -43.9 -16.9) |
| LCH | lch(88.2 47.1 201.0) |
| OKLCH | oklch(0.882 0.147 198.6) |
Copy-ready code
/* CSS */
color: #1af5fc;
background-color: #1af5fc;
/* Tailwind (arbitrary) */
class="text-[#1af5fc] bg-[#1af5fc]"
/* SCSS */
$brand: #1af5fc;
/* SwiftUI */
Color(red: 0.102, green: 0.961, blue: 0.988)
/* Android */
Color.parseColor("#1af5fc")Accessibility — WCAG contrast
Aa
#1af5fc on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1af5fc on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green96.1%
Blue98.8%
CMYK percentages
Cyan89.7%
Magenta2.8%
Yellow0.0%
Key (black)1.2%
Color previews
#1af5fc text on a black background
contrast 15.51:1
Card sample
#1af5fc text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1af5fc;
Background color
Panel with #1af5fc background
background-color: #1af5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1af5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 245, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 245, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1af5fc; background: linear-gradient(135deg, #1af5fc, #1A5EFC);