#7fcceb
a light, vivid cyan · cool · “skyblue”
RGB
127, 204, 235
HSL
197°, 73%, 71%
CMYK
46, 13, 0, 8
Luminance
0.5370
Every format
| HEX | #7fcceb |
| RGB | rgb(127, 204, 235) |
| HSL | hsl(197, 73%, 71%) |
| CMYK | cmyk(46%, 13%, 0%, 8%) |
| LAB | lab(78.3 -15.7 -22.7) |
| LCH | lch(78.3 27.6 235.3) |
| OKLCH | oklch(0.806 0.088 225.7) |
Copy-ready code
/* CSS */
color: #7fcceb;
background-color: #7fcceb;
/* Tailwind (arbitrary) */
class="text-[#7fcceb] bg-[#7fcceb]"
/* SCSS */
$brand: #7fcceb;
/* SwiftUI */
Color(red: 0.498, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#7fcceb")Accessibility — WCAG contrast
Aa
#7fcceb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcceb on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green80.0%
Blue92.2%
CMYK percentages
Cyan46.0%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#7fcceb text on a black background
contrast 11.74:1
Card sample
#7fcceb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcceb;
Background color
Panel with #7fcceb background
background-color: #7fcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcceb; background: linear-gradient(135deg, #7fcceb, #7F84EB);