#8cd3ee
a light, vivid cyan · cool · “skyblue”
RGB
140, 211, 238
HSL
197°, 74%, 74%
CMYK
41, 11, 0, 7
Luminance
0.5834
Every format
| HEX | #8cd3ee |
| RGB | rgb(140, 211, 238) |
| HSL | hsl(197, 74%, 74%) |
| CMYK | cmyk(41%, 11%, 0%, 7%) |
| LAB | lab(80.9 -15.4 -20.3) |
| LCH | lch(80.9 25.4 232.7) |
| OKLCH | oklch(0.829 0.080 224.0) |
Copy-ready code
/* CSS */
color: #8cd3ee;
background-color: #8cd3ee;
/* Tailwind (arbitrary) */
class="text-[#8cd3ee] bg-[#8cd3ee]"
/* SCSS */
$brand: #8cd3ee;
/* SwiftUI */
Color(red: 0.549, green: 0.827, blue: 0.933)
/* Android */
Color.parseColor("#8cd3ee")Accessibility — WCAG contrast
Aa
#8cd3ee on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd3ee on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green82.7%
Blue93.3%
CMYK percentages
Cyan41.2%
Magenta11.3%
Yellow0.0%
Key (black)6.7%
Color previews
#8cd3ee text on a black background
contrast 12.67:1
Card sample
#8cd3ee text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd3ee;
Background color
Panel with #8cd3ee background
background-color: #8cd3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 211, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 211, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd3ee; background: linear-gradient(135deg, #8cd3ee, #8C92EE);