#7db6ce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
125, 182, 206
HSL
198°, 45%, 65%
CMYK
39, 12, 0, 19
Luminance
0.4227
Every format
| HEX | #7db6ce |
| RGB | rgb(125, 182, 206) |
| HSL | hsl(198, 45%, 65%) |
| CMYK | cmyk(39%, 12%, 0%, 19%) |
| LAB | lab(71.1 -12.4 -18.0) |
| LCH | lch(71.1 21.8 235.4) |
| OKLCH | oklch(0.746 0.069 226.2) |
Copy-ready code
/* CSS */
color: #7db6ce;
background-color: #7db6ce;
/* Tailwind (arbitrary) */
class="text-[#7db6ce] bg-[#7db6ce]"
/* SCSS */
$brand: #7db6ce;
/* SwiftUI */
Color(red: 0.490, green: 0.714, blue: 0.808)
/* Android */
Color.parseColor("#7db6ce")Accessibility — WCAG contrast
Aa
#7db6ce on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7db6ce on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green71.4%
Blue80.8%
CMYK percentages
Cyan39.3%
Magenta11.7%
Yellow0.0%
Key (black)19.2%
Color previews
#7db6ce text on a black background
contrast 9.45:1
Card sample
#7db6ce text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7db6ce;
Background color
Panel with #7db6ce background
background-color: #7db6ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7db6ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 182, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 182, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7db6ce; background: linear-gradient(135deg, #7db6ce, #7D80CE);