#8fcfd3
a light, soft cyan · cool · closest name: skyblue
RGB
143, 207, 211
HSL
184°, 44%, 69%
CMYK
32, 2, 0, 17
Luminance
0.5517
Every format
| HEX | #8fcfd3 |
| RGB | rgb(143, 207, 211) |
| HSL | hsl(184, 44%, 69%) |
| CMYK | cmyk(32%, 2%, 0%, 17%) |
| LAB | lab(79.1 -19.2 -8.5) |
| LCH | lch(79.1 21.0 203.8) |
| OKLCH | oklch(0.813 0.065 200.9) |
Copy-ready code
/* CSS */
color: #8fcfd3;
background-color: #8fcfd3;
/* Tailwind (arbitrary) */
class="text-[#8fcfd3] bg-[#8fcfd3]"
/* SCSS */
$brand: #8fcfd3;
/* SwiftUI */
Color(red: 0.561, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#8fcfd3")Accessibility — WCAG contrast
Aa
#8fcfd3 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcfd3 on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green81.2%
Blue82.7%
CMYK percentages
Cyan32.2%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#8fcfd3 text on a black background
contrast 12.03:1
Card sample
#8fcfd3 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcfd3;
Background color
Panel with #8fcfd3 background
background-color: #8fcfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcfd3; background: linear-gradient(135deg, #8fcfd3, #8FA2D3);