#9be7f3
a light, electric cyan · cool · closest name: skyblue
RGB
155, 231, 243
HSL
188°, 79%, 78%
CMYK
36, 5, 0, 5
Luminance
0.7059
Every format
| HEX | #9be7f3 |
| RGB | rgb(155, 231, 243) |
| HSL | hsl(188, 79%, 78%) |
| CMYK | cmyk(36%, 5%, 0%, 5%) |
| LAB | lab(87.3 -20.4 -13.3) |
| LCH | lch(87.3 24.4 213.0) |
| OKLCH | oklch(0.882 0.076 208.3) |
Copy-ready code
/* CSS */
color: #9be7f3;
background-color: #9be7f3;
/* Tailwind (arbitrary) */
class="text-[#9be7f3] bg-[#9be7f3]"
/* SCSS */
$brand: #9be7f3;
/* SwiftUI */
Color(red: 0.608, green: 0.906, blue: 0.953)
/* Android */
Color.parseColor("#9be7f3")Accessibility — WCAG contrast
Aa
#9be7f3 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9be7f3 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green90.6%
Blue95.3%
CMYK percentages
Cyan36.2%
Magenta4.9%
Yellow0.0%
Key (black)4.7%
Color previews
#9be7f3 text on a black background
contrast 15.12:1
Card sample
#9be7f3 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9be7f3;
Background color
Panel with #9be7f3 background
background-color: #9be7f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9be7f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 231, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 231, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9be7f3; background: linear-gradient(135deg, #9be7f3, #9BACF3);