#2af6fc
a balanced, electric cyan · cool · closest name: cyan
RGB
42, 246, 252
HSL
182°, 97%, 58%
CMYK
83, 2, 0, 1
Luminance
0.7343
Every format
| HEX | #2af6fc |
| RGB | rgb(42, 246, 252) |
| HSL | hsl(182, 97%, 58%) |
| CMYK | cmyk(83%, 2%, 0%, 1%) |
| LAB | lab(88.7 -43.5 -16.2) |
| LCH | lch(88.7 46.5 200.5) |
| OKLCH | oklch(0.886 0.145 198.1) |
Copy-ready code
/* CSS */
color: #2af6fc;
background-color: #2af6fc;
/* Tailwind (arbitrary) */
class="text-[#2af6fc] bg-[#2af6fc]"
/* SCSS */
$brand: #2af6fc;
/* SwiftUI */
Color(red: 0.165, green: 0.965, blue: 0.988)
/* Android */
Color.parseColor("#2af6fc")Accessibility — WCAG contrast
Aa
#2af6fc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2af6fc on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green96.5%
Blue98.8%
CMYK percentages
Cyan83.3%
Magenta2.4%
Yellow0.0%
Key (black)1.2%
Color previews
#2af6fc text on a black background
contrast 15.69:1
Card sample
#2af6fc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2af6fc;
Background color
Panel with #2af6fc background
background-color: #2af6fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2af6fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 246, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 246, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2af6fc; background: linear-gradient(135deg, #2af6fc, #2A6AFC);