#8adcfb
a light, electric cyan · cool · closest name: skyblue
RGB
138, 220, 251
HSL
197°, 93%, 76%
CMYK
45, 12, 0, 2
Luminance
0.6355
Every format
| HEX | #8adcfb |
| RGB | rgb(138, 220, 251) |
| HSL | hsl(197, 93%, 76%) |
| CMYK | cmyk(45%, 12%, 0%, 2%) |
| LAB | lab(83.7 -17.1 -22.9) |
| LCH | lch(83.7 28.6 233.3) |
| OKLCH | oklch(0.853 0.091 224.1) |
Copy-ready code
/* CSS */
color: #8adcfb;
background-color: #8adcfb;
/* Tailwind (arbitrary) */
class="text-[#8adcfb] bg-[#8adcfb]"
/* SCSS */
$brand: #8adcfb;
/* SwiftUI */
Color(red: 0.541, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#8adcfb")Accessibility — WCAG contrast
Aa
#8adcfb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8adcfb on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green86.3%
Blue98.4%
CMYK percentages
Cyan45.0%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#8adcfb text on a black background
contrast 13.71:1
Card sample
#8adcfb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8adcfb;
Background color
Panel with #8adcfb background
background-color: #8adcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8adcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8adcfb; background: linear-gradient(135deg, #8adcfb, #8A91FB);