#9beeff
a light, electric cyan · cool · closest name: skyblue
RGB
155, 238, 255
HSL
190°, 100%, 80%
CMYK
39, 7, 0, 0
Luminance
0.7534
Every format
| HEX | #9beeff |
| RGB | rgb(155, 238, 255) |
| HSL | hsl(190, 100%, 80%) |
| CMYK | cmyk(39%, 7%, 0%, 0%) |
| LAB | lab(89.5 -21.0 -16.1) |
| LCH | lch(89.5 26.5 217.6) |
| OKLCH | oklch(0.902 0.084 212.0) |
Copy-ready code
/* CSS */
color: #9beeff;
background-color: #9beeff;
/* Tailwind (arbitrary) */
class="text-[#9beeff] bg-[#9beeff]"
/* SCSS */
$brand: #9beeff;
/* SwiftUI */
Color(red: 0.608, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#9beeff")Accessibility — WCAG contrast
Aa
#9beeff on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9beeff on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green93.3%
Blue100.0%
CMYK percentages
Cyan39.2%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#9beeff text on a black background
contrast 16.07:1
Card sample
#9beeff text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9beeff;
Background color
Panel with #9beeff background
background-color: #9beeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9beeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9beeff; background: linear-gradient(135deg, #9beeff, #9BABFF);