#1af5ff
a balanced, electric cyan · cool · closest name: cyan
RGB
26, 245, 255
HSL
183°, 100%, 55%
CMYK
90, 4, 0, 0
Luminance
0.7274
Every format
| HEX | #1af5ff |
| RGB | rgb(26, 245, 255) |
| HSL | hsl(183, 100%, 55%) |
| CMYK | cmyk(90%, 4%, 0%, 0%) |
| LAB | lab(88.3 -43.0 -18.3) |
| LCH | lch(88.3 46.8 203.0) |
| OKLCH | oklch(0.883 0.148 200.2) |
Copy-ready code
/* CSS */
color: #1af5ff;
background-color: #1af5ff;
/* Tailwind (arbitrary) */
class="text-[#1af5ff] bg-[#1af5ff]"
/* SCSS */
$brand: #1af5ff;
/* SwiftUI */
Color(red: 0.102, green: 0.961, blue: 1.000)
/* Android */
Color.parseColor("#1af5ff")Accessibility — WCAG contrast
Aa
#1af5ff on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1af5ff on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green96.1%
Blue100.0%
CMYK percentages
Cyan89.8%
Magenta3.9%
Yellow0.0%
Key (black)0.0%
Color previews
#1af5ff text on a black background
contrast 15.55:1
Card sample
#1af5ff text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1af5ff;
Background color
Panel with #1af5ff background
background-color: #1af5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1af5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 245, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 245, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1af5ff; background: linear-gradient(135deg, #1af5ff, #1A5CFF);