#84b6cd
a light, soft cyan · cool · closest name: skyblue
RGB
132, 182, 205
HSL
199°, 42%, 66%
CMYK
36, 11, 0, 20
Luminance
0.4277
Every format
| HEX | #84b6cd |
| RGB | rgb(132, 182, 205) |
| HSL | hsl(199, 42%, 66%) |
| CMYK | cmyk(36%, 11%, 0%, 20%) |
| LAB | lab(71.4 -10.8 -16.9) |
| LCH | lch(71.4 20.0 237.4) |
| OKLCH | oklch(0.749 0.062 228.1) |
Copy-ready code
/* CSS */
color: #84b6cd;
background-color: #84b6cd;
/* Tailwind (arbitrary) */
class="text-[#84b6cd] bg-[#84b6cd]"
/* SCSS */
$brand: #84b6cd;
/* SwiftUI */
Color(red: 0.518, green: 0.714, blue: 0.804)
/* Android */
Color.parseColor("#84b6cd")Accessibility — WCAG contrast
Aa
#84b6cd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#84b6cd on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green71.4%
Blue80.4%
CMYK percentages
Cyan35.6%
Magenta11.2%
Yellow0.0%
Key (black)19.6%
Color previews
#84b6cd text on a black background
contrast 9.55:1
Card sample
#84b6cd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84b6cd;
Background color
Panel with #84b6cd background
background-color: #84b6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84b6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 182, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 182, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84b6cd; background: linear-gradient(135deg, #84b6cd, #8485CD);