#84afcf
a light, soft blue · cool · closest name: skyblue
RGB
132, 175, 207
HSL
206°, 44%, 67%
CMYK
36, 16, 0, 19
Luminance
0.4007
Every format
| HEX | #84afcf |
| RGB | rgb(132, 175, 207) |
| HSL | hsl(206, 44%, 67%) |
| CMYK | cmyk(36%, 16%, 0%, 19%) |
| LAB | lab(69.5 -6.5 -20.8) |
| LCH | lch(69.5 21.8 252.7) |
| OKLCH | oklch(0.735 0.066 241.0) |
Copy-ready code
/* CSS */
color: #84afcf;
background-color: #84afcf;
/* Tailwind (arbitrary) */
class="text-[#84afcf] bg-[#84afcf]"
/* SCSS */
$brand: #84afcf;
/* SwiftUI */
Color(red: 0.518, green: 0.686, blue: 0.812)
/* Android */
Color.parseColor("#84afcf")Accessibility — WCAG contrast
Aa
#84afcf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84afcf on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green68.6%
Blue81.2%
CMYK percentages
Cyan36.2%
Magenta15.5%
Yellow0.0%
Key (black)18.8%
Color previews
#84afcf text on a black background
contrast 9.01:1
Card sample
#84afcf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84afcf;
Background color
Panel with #84afcf background
background-color: #84afcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84afcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 175, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 175, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84afcf; background: linear-gradient(135deg, #84afcf, #8B84CF);