#7cbfcc
a balanced, soft cyan · cool · closest name: skyblue
RGB
124, 191, 204
HSL
190°, 44%, 64%
CMYK
39, 6, 0, 20
Luminance
0.4591
Every format
| HEX | #7cbfcc |
| RGB | rgb(124, 191, 204) |
| HSL | hsl(190, 44%, 64%) |
| CMYK | cmyk(39%, 6%, 0%, 20%) |
| LAB | lab(73.5 -17.9 -13.2) |
| LCH | lch(73.5 22.3 216.5) |
| OKLCH | oklch(0.764 0.070 211.2) |
Copy-ready code
/* CSS */
color: #7cbfcc;
background-color: #7cbfcc;
/* Tailwind (arbitrary) */
class="text-[#7cbfcc] bg-[#7cbfcc]"
/* SCSS */
$brand: #7cbfcc;
/* SwiftUI */
Color(red: 0.486, green: 0.749, blue: 0.800)
/* Android */
Color.parseColor("#7cbfcc")Accessibility — WCAG contrast
Aa
#7cbfcc on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbfcc on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.9%
Blue80.0%
CMYK percentages
Cyan39.2%
Magenta6.4%
Yellow0.0%
Key (black)20.0%
Color previews
#7cbfcc text on a black background
contrast 10.18:1
Card sample
#7cbfcc text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbfcc;
Background color
Panel with #7cbfcc background
background-color: #7cbfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 191, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 191, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbfcc; background: linear-gradient(135deg, #7cbfcc, #7C8ACC);