#8fd2ee
a light, vivid cyan · cool · “skyblue”
RGB
143, 210, 238
HSL
198°, 74%, 75%
CMYK
40, 12, 0, 7
Luminance
0.5811
Every format
| HEX | #8fd2ee |
| RGB | rgb(143, 210, 238) |
| HSL | hsl(198, 74%, 75%) |
| CMYK | cmyk(40%, 12%, 0%, 7%) |
| LAB | lab(80.8 -14.1 -20.4) |
| LCH | lch(80.8 24.8 235.3) |
| OKLCH | oklch(0.829 0.078 226.1) |
Copy-ready code
/* CSS */
color: #8fd2ee;
background-color: #8fd2ee;
/* Tailwind (arbitrary) */
class="text-[#8fd2ee] bg-[#8fd2ee]"
/* SCSS */
$brand: #8fd2ee;
/* SwiftUI */
Color(red: 0.561, green: 0.824, blue: 0.933)
/* Android */
Color.parseColor("#8fd2ee")Accessibility — WCAG contrast
Aa
#8fd2ee on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd2ee on black: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green82.4%
Blue93.3%
CMYK percentages
Cyan39.9%
Magenta11.8%
Yellow0.0%
Key (black)6.7%
Color previews
#8fd2ee text on a black background
contrast 12.62:1
Card sample
#8fd2ee text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd2ee;
Background color
Panel with #8fd2ee background
background-color: #8fd2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 210, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 210, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd2ee; background: linear-gradient(135deg, #8fd2ee, #8F93EE);