#9afdff
a light, electric cyan · cool · closest name: cyan
RGB
154, 253, 255
HSL
181°, 100%, 80%
CMYK
40, 1, 0, 0
Luminance
0.8434
Every format
| HEX | #9afdff |
| RGB | rgb(154, 253, 255) |
| HSL | hsl(181, 100%, 80%) |
| CMYK | cmyk(40%, 1%, 0%, 0%) |
| LAB | lab(93.6 -28.5 -10.1) |
| LCH | lch(93.6 30.3 199.5) |
| OKLCH | oklch(0.934 0.093 197.3) |
Copy-ready code
/* CSS */
color: #9afdff;
background-color: #9afdff;
/* Tailwind (arbitrary) */
class="text-[#9afdff] bg-[#9afdff]"
/* SCSS */
$brand: #9afdff;
/* SwiftUI */
Color(red: 0.604, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#9afdff")Accessibility — WCAG contrast
Aa
#9afdff on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afdff on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green99.2%
Blue100.0%
CMYK percentages
Cyan39.6%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#9afdff text on a black background
contrast 17.87:1
Card sample
#9afdff text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afdff;
Background color
Panel with #9afdff background
background-color: #9afdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afdff; background: linear-gradient(135deg, #9afdff, #9ABAFF);