#9bfaff
a light, electric cyan · cool · closest name: skyblue
RGB
155, 250, 255
HSL
183°, 100%, 80%
CMYK
39, 2, 0, 0
Luminance
0.8256
Every format
| HEX | #9bfaff |
| RGB | rgb(155, 250, 255) |
| HSL | hsl(183, 100%, 80%) |
| CMYK | cmyk(39%, 2%, 0%, 0%) |
| LAB | lab(92.8 -26.9 -11.3) |
| LCH | lch(92.8 29.1 202.8) |
| OKLCH | oklch(0.928 0.090 200.0) |
Copy-ready code
/* CSS */
color: #9bfaff;
background-color: #9bfaff;
/* Tailwind (arbitrary) */
class="text-[#9bfaff] bg-[#9bfaff]"
/* SCSS */
$brand: #9bfaff;
/* SwiftUI */
Color(red: 0.608, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#9bfaff")Accessibility — WCAG contrast
Aa
#9bfaff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bfaff on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green98.0%
Blue100.0%
CMYK percentages
Cyan39.2%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#9bfaff text on a black background
contrast 17.51:1
Card sample
#9bfaff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bfaff;
Background color
Panel with #9bfaff background
background-color: #9bfaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bfaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bfaff; background: linear-gradient(135deg, #9bfaff, #9BB7FF);