#7fb3cb
a balanced, soft cyan · cool · closest name: skyblue
RGB
127, 179, 203
HSL
199°, 42%, 65%
CMYK
37, 12, 0, 20
Luminance
0.4106
Every format
| HEX | #7fb3cb |
| RGB | rgb(127, 179, 203) |
| HSL | hsl(199, 42%, 65%) |
| CMYK | cmyk(37%, 12%, 0%, 20%) |
| LAB | lab(70.2 -11.1 -17.6) |
| LCH | lch(70.2 20.8 237.9) |
| OKLCH | oklch(0.739 0.065 228.3) |
Copy-ready code
/* CSS */
color: #7fb3cb;
background-color: #7fb3cb;
/* Tailwind (arbitrary) */
class="text-[#7fb3cb] bg-[#7fb3cb]"
/* SCSS */
$brand: #7fb3cb;
/* SwiftUI */
Color(red: 0.498, green: 0.702, blue: 0.796)
/* Android */
Color.parseColor("#7fb3cb")Accessibility — WCAG contrast
Aa
#7fb3cb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fb3cb on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green70.2%
Blue79.6%
CMYK percentages
Cyan37.4%
Magenta11.8%
Yellow0.0%
Key (black)20.4%
Color previews
#7fb3cb text on a black background
contrast 9.21:1
Card sample
#7fb3cb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fb3cb;
Background color
Panel with #7fb3cb background
background-color: #7fb3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fb3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 179, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 179, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fb3cb; background: linear-gradient(135deg, #7fb3cb, #7F80CB);