#8fcddf
a light, vivid cyan · cool · closest name: skyblue
RGB
143, 205, 223
HSL
194°, 56%, 72%
CMYK
36, 8, 0, 13
Luminance
0.5483
Every format
| HEX | #8fcddf |
| RGB | rgb(143, 205, 223) |
| HSL | hsl(194, 56%, 72%) |
| CMYK | cmyk(36%, 8%, 0%, 13%) |
| LAB | lab(78.9 -15.3 -15.2) |
| LCH | lch(78.9 21.6 224.8) |
| OKLCH | oklch(0.813 0.068 217.8) |
Copy-ready code
/* CSS */
color: #8fcddf;
background-color: #8fcddf;
/* Tailwind (arbitrary) */
class="text-[#8fcddf] bg-[#8fcddf]"
/* SCSS */
$brand: #8fcddf;
/* SwiftUI */
Color(red: 0.561, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#8fcddf")Accessibility — WCAG contrast
Aa
#8fcddf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcddf on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green80.4%
Blue87.5%
CMYK percentages
Cyan35.9%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#8fcddf text on a black background
contrast 11.97:1
Card sample
#8fcddf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcddf;
Background color
Panel with #8fcddf background
background-color: #8fcddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcddf; background: linear-gradient(135deg, #8fcddf, #8F98DF);