#9beef3
a light, electric cyan · cool · closest name: skyblue
RGB
155, 238, 243
HSL
183°, 79%, 78%
CMYK
36, 2, 0, 5
Luminance
0.7459
Every format
| HEX | #9beef3 |
| RGB | rgb(155, 238, 243) |
| HSL | hsl(183, 79%, 78%) |
| CMYK | cmyk(36%, 2%, 0%, 5%) |
| LAB | lab(89.2 -23.9 -10.4) |
| LCH | lch(89.2 26.1 203.5) |
| OKLCH | oklch(0.898 0.081 200.7) |
Copy-ready code
/* CSS */
color: #9beef3;
background-color: #9beef3;
/* Tailwind (arbitrary) */
class="text-[#9beef3] bg-[#9beef3]"
/* SCSS */
$brand: #9beef3;
/* SwiftUI */
Color(red: 0.608, green: 0.933, blue: 0.953)
/* Android */
Color.parseColor("#9beef3")Accessibility — WCAG contrast
Aa
#9beef3 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9beef3 on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green93.3%
Blue95.3%
CMYK percentages
Cyan36.2%
Magenta2.1%
Yellow0.0%
Key (black)4.7%
Color previews
#9beef3 text on a black background
contrast 15.92:1
Card sample
#9beef3 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9beef3;
Background color
Panel with #9beef3 background
background-color: #9beef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9beef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 238, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 238, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9beef3; background: linear-gradient(135deg, #9beef3, #9BB3F3);