#8acdef
a light, electric blue · cool · closest name: skyblue
RGB
138, 205, 239
HSL
200°, 76%, 74%
CMYK
42, 14, 0, 6
Luminance
0.5530
Every format
| HEX | #8acdef |
| RGB | rgb(138, 205, 239) |
| HSL | hsl(200, 76%, 74%) |
| CMYK | cmyk(42%, 14%, 0%, 6%) |
| LAB | lab(79.2 -12.5 -23.4) |
| LCH | lch(79.2 26.5 241.8) |
| OKLCH | oklch(0.816 0.083 231.2) |
Copy-ready code
/* CSS */
color: #8acdef;
background-color: #8acdef;
/* Tailwind (arbitrary) */
class="text-[#8acdef] bg-[#8acdef]"
/* SCSS */
$brand: #8acdef;
/* SwiftUI */
Color(red: 0.541, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#8acdef")Accessibility — WCAG contrast
Aa
#8acdef on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8acdef on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.4%
Blue93.7%
CMYK percentages
Cyan42.3%
Magenta14.2%
Yellow0.0%
Key (black)6.3%
Color previews
#8acdef text on a black background
contrast 12.06:1
Card sample
#8acdef text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8acdef;
Background color
Panel with #8acdef background
background-color: #8acdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8acdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8acdef; background: linear-gradient(135deg, #8acdef, #8A8AEF);