#9af4ff
a light, electric cyan · cool · closest name: skyblue
RGB
154, 244, 255
HSL
187°, 100%, 80%
CMYK
40, 4, 0, 0
Luminance
0.7879
Every format
| HEX | #9af4ff |
| RGB | rgb(154, 244, 255) |
| HSL | hsl(187, 100%, 80%) |
| CMYK | cmyk(40%, 4%, 0%, 0%) |
| LAB | lab(91.1 -24.2 -13.8) |
| LCH | lch(91.1 27.8 209.7) |
| OKLCH | oklch(0.914 0.087 205.6) |
Copy-ready code
/* CSS */
color: #9af4ff;
background-color: #9af4ff;
/* Tailwind (arbitrary) */
class="text-[#9af4ff] bg-[#9af4ff]"
/* SCSS */
$brand: #9af4ff;
/* SwiftUI */
Color(red: 0.604, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#9af4ff")Accessibility — WCAG contrast
Aa
#9af4ff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af4ff on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green95.7%
Blue100.0%
CMYK percentages
Cyan39.6%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#9af4ff text on a black background
contrast 16.76:1
Card sample
#9af4ff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af4ff;
Background color
Panel with #9af4ff background
background-color: #9af4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af4ff; background: linear-gradient(135deg, #9af4ff, #9AB1FF);