#8febdf
a light, vivid cyan · cool · closest name: turquoise
RGB
143, 235, 223
HSL
172°, 70%, 74%
CMYK
39, 0, 5, 8
Luminance
0.7058
Every format
| HEX | #8febdf |
| RGB | rgb(143, 235, 223) |
| HSL | hsl(172, 70%, 74%) |
| CMYK | cmyk(39%, 0%, 5%, 8%) |
| LAB | lab(87.3 -30.2 -2.8) |
| LCH | lch(87.3 30.3 185.3) |
| OKLCH | oklch(0.879 0.090 185.1) |
Copy-ready code
/* CSS */
color: #8febdf;
background-color: #8febdf;
/* Tailwind (arbitrary) */
class="text-[#8febdf] bg-[#8febdf]"
/* SCSS */
$brand: #8febdf;
/* SwiftUI */
Color(red: 0.561, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#8febdf")Accessibility — WCAG contrast
Aa
#8febdf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8febdf on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green92.2%
Blue87.5%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#8febdf text on a black background
contrast 15.12:1
Card sample
#8febdf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8febdf;
Background color
Panel with #8febdf background
background-color: #8febdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8febdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8febdf; background: linear-gradient(135deg, #8febdf, #8FBAEB);