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