#8adcef
a light, electric cyan · cool · closest name: skyblue
RGB
138, 220, 239
HSL
191°, 76%, 74%
CMYK
42, 8, 0, 6
Luminance
0.6282
Every format
| HEX | #8adcef |
| RGB | rgb(138, 220, 239) |
| HSL | hsl(191, 76%, 74%) |
| CMYK | cmyk(42%, 8%, 0%, 6%) |
| LAB | lab(83.3 -20.2 -17.1) |
| LCH | lch(83.3 26.5 220.3) |
| OKLCH | oklch(0.849 0.084 214.1) |
Copy-ready code
/* CSS */
color: #8adcef;
background-color: #8adcef;
/* Tailwind (arbitrary) */
class="text-[#8adcef] bg-[#8adcef]"
/* SCSS */
$brand: #8adcef;
/* SwiftUI */
Color(red: 0.541, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#8adcef")Accessibility — WCAG contrast
Aa
#8adcef on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8adcef on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green86.3%
Blue93.7%
CMYK percentages
Cyan42.3%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#8adcef text on a black background
contrast 13.56:1
Card sample
#8adcef text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8adcef;
Background color
Panel with #8adcef background
background-color: #8adcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8adcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8adcef; background: linear-gradient(135deg, #8adcef, #8A99EF);