#7cbfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 191, 223
HSL
199°, 61%, 68%
CMYK
44, 14, 0, 13
Luminance
0.4687
Every format
| HEX | #7cbfdf |
| RGB | rgb(124, 191, 223) |
| HSL | hsl(199, 61%, 68%) |
| CMYK | cmyk(44%, 14%, 0%, 13%) |
| LAB | lab(74.1 -12.9 -22.6) |
| LCH | lch(74.1 26.0 240.3) |
| OKLCH | oklch(0.771 0.082 229.8) |
Copy-ready code
/* CSS */
color: #7cbfdf;
background-color: #7cbfdf;
/* Tailwind (arbitrary) */
class="text-[#7cbfdf] bg-[#7cbfdf]"
/* SCSS */
$brand: #7cbfdf;
/* SwiftUI */
Color(red: 0.486, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#7cbfdf")Accessibility — WCAG contrast
Aa
#7cbfdf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbfdf on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.9%
Blue87.5%
CMYK percentages
Cyan44.4%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7cbfdf text on a black background
contrast 10.37:1
Card sample
#7cbfdf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbfdf;
Background color
Panel with #7cbfdf background
background-color: #7cbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbfdf; background: linear-gradient(135deg, #7cbfdf, #7C7DDF);