#7cccdb
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 204, 219
HSL
190°, 57%, 67%
CMYK
43, 7, 0, 14
Luminance
0.5259
Every format
| HEX | #7cccdb |
| RGB | rgb(124, 204, 219) |
| HSL | hsl(190, 57%, 67%) |
| CMYK | cmyk(43%, 7%, 0%, 14%) |
| LAB | lab(77.6 -20.7 -15.1) |
| LCH | lch(77.6 25.6 216.2) |
| OKLCH | oklch(0.799 0.081 210.8) |
Copy-ready code
/* CSS */
color: #7cccdb;
background-color: #7cccdb;
/* Tailwind (arbitrary) */
class="text-[#7cccdb] bg-[#7cccdb]"
/* SCSS */
$brand: #7cccdb;
/* SwiftUI */
Color(red: 0.486, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#7cccdb")Accessibility — WCAG contrast
Aa
#7cccdb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cccdb on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.0%
Blue85.9%
CMYK percentages
Cyan43.4%
Magenta6.8%
Yellow0.0%
Key (black)14.1%
Color previews
#7cccdb text on a black background
contrast 11.52:1
Card sample
#7cccdb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cccdb;
Background color
Panel with #7cccdb background
background-color: #7cccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cccdb; background: linear-gradient(135deg, #7cccdb, #7C8DDB);