#9beddf
a light, vivid cyan · cool · closest name: turquoise
RGB
155, 237, 223
HSL
170°, 70%, 77%
CMYK
35, 0, 6, 7
Luminance
0.7286
Every format
| HEX | #9beddf |
| RGB | rgb(155, 237, 223) |
| HSL | hsl(170, 70%, 77%) |
| CMYK | cmyk(35%, 0%, 6%, 7%) |
| LAB | lab(88.4 -28.0 -1.1) |
| LCH | lch(88.4 28.0 182.3) |
| OKLCH | oklch(0.889 0.083 182.4) |
Copy-ready code
/* CSS */
color: #9beddf;
background-color: #9beddf;
/* Tailwind (arbitrary) */
class="text-[#9beddf] bg-[#9beddf]"
/* SCSS */
$brand: #9beddf;
/* SwiftUI */
Color(red: 0.608, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#9beddf")Accessibility — WCAG contrast
Aa
#9beddf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9beddf on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green92.9%
Blue87.5%
CMYK percentages
Cyan34.6%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#9beddf text on a black background
contrast 15.57:1
Card sample
#9beddf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9beddf;
Background color
Panel with #9beddf background
background-color: #9beddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9beddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9beddf; background: linear-gradient(135deg, #9beddf, #9BC4ED);