#7cbfdb
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 191, 219
HSL
198°, 57%, 67%
CMYK
43, 13, 0, 14
Luminance
0.4666
Every format
| HEX | #7cbfdb |
| RGB | rgb(124, 191, 219) |
| HSL | hsl(198, 57%, 67%) |
| CMYK | cmyk(43%, 13%, 0%, 14%) |
| LAB | lab(74.0 -14.0 -20.6) |
| LCH | lch(74.0 24.9 235.9) |
| OKLCH | oklch(0.770 0.079 226.4) |
Copy-ready code
/* CSS */
color: #7cbfdb;
background-color: #7cbfdb;
/* Tailwind (arbitrary) */
class="text-[#7cbfdb] bg-[#7cbfdb]"
/* SCSS */
$brand: #7cbfdb;
/* SwiftUI */
Color(red: 0.486, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#7cbfdb")Accessibility — WCAG contrast
Aa
#7cbfdb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbfdb on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.9%
Blue85.9%
CMYK percentages
Cyan43.4%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#7cbfdb text on a black background
contrast 10.33:1
Card sample
#7cbfdb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbfdb;
Background color
Panel with #7cbfdb background
background-color: #7cbfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbfdb; background: linear-gradient(135deg, #7cbfdb, #7C80DB);