#1af2fe
a balanced, electric cyan · cool · closest name: cyan
RGB
26, 242, 254
HSL
183°, 99%, 55%
CMYK
90, 5, 0, 0
Luminance
0.7088
Every format
| HEX | #1af2fe |
| RGB | rgb(26, 242, 254) |
| HSL | hsl(183, 99%, 55%) |
| CMYK | cmyk(90%, 5%, 0%, 0%) |
| LAB | lab(87.4 -42.0 -19.1) |
| LCH | lch(87.4 46.2 204.5) |
| OKLCH | oklch(0.876 0.146 201.3) |
Copy-ready code
/* CSS */
color: #1af2fe;
background-color: #1af2fe;
/* Tailwind (arbitrary) */
class="text-[#1af2fe] bg-[#1af2fe]"
/* SCSS */
$brand: #1af2fe;
/* SwiftUI */
Color(red: 0.102, green: 0.949, blue: 0.996)
/* Android */
Color.parseColor("#1af2fe")Accessibility — WCAG contrast
Aa
#1af2fe on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1af2fe on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green94.9%
Blue99.6%
CMYK percentages
Cyan89.8%
Magenta4.7%
Yellow0.0%
Key (black)0.4%
Color previews
#1af2fe text on a black background
contrast 15.18:1
Card sample
#1af2fe text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1af2fe;
Background color
Panel with #1af2fe background
background-color: #1af2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1af2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 242, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 242, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1af2fe; background: linear-gradient(135deg, #1af2fe, #1A5AFE);