#7ccfdb
a light, vivid cyan · cool · closest name: skyblue
RGB
124, 207, 219
HSL
188°, 57%, 67%
CMYK
43, 6, 0, 14
Luminance
0.5403
Every format
| HEX | #7ccfdb |
| RGB | rgb(124, 207, 219) |
| HSL | hsl(188, 57%, 67%) |
| CMYK | cmyk(43%, 6%, 0%, 14%) |
| LAB | lab(78.5 -22.2 -13.9) |
| LCH | lch(78.5 26.1 212.0) |
| OKLCH | oklch(0.806 0.083 207.5) |
Copy-ready code
/* CSS */
color: #7ccfdb;
background-color: #7ccfdb;
/* Tailwind (arbitrary) */
class="text-[#7ccfdb] bg-[#7ccfdb]"
/* SCSS */
$brand: #7ccfdb;
/* SwiftUI */
Color(red: 0.486, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#7ccfdb")Accessibility — WCAG contrast
Aa
#7ccfdb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccfdb on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green81.2%
Blue85.9%
CMYK percentages
Cyan43.4%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#7ccfdb text on a black background
contrast 11.81:1
Card sample
#7ccfdb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccfdb;
Background color
Panel with #7ccfdb background
background-color: #7ccfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccfdb; background: linear-gradient(135deg, #7ccfdb, #7C90DB);