#7ce9ff
a light, electric cyan · cool · closest name: skyblue
RGB
124, 233, 255
HSL
190°, 100%, 74%
CMYK
51, 9, 0, 0
Luminance
0.6978
Every format
| HEX | #7ce9ff |
| RGB | rgb(124, 233, 255) |
| HSL | hsl(190, 100%, 74%) |
| CMYK | cmyk(51%, 9%, 0%, 0%) |
| LAB | lab(86.9 -25.6 -20.3) |
| LCH | lch(86.9 32.6 218.4) |
| OKLCH | oklch(0.877 0.105 212.4) |
Copy-ready code
/* CSS */
color: #7ce9ff;
background-color: #7ce9ff;
/* Tailwind (arbitrary) */
class="text-[#7ce9ff] bg-[#7ce9ff]"
/* SCSS */
$brand: #7ce9ff;
/* SwiftUI */
Color(red: 0.486, green: 0.914, blue: 1.000)
/* Android */
Color.parseColor("#7ce9ff")Accessibility — WCAG contrast
Aa
#7ce9ff on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ce9ff on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green91.4%
Blue100.0%
CMYK percentages
Cyan51.4%
Magenta8.6%
Yellow0.0%
Key (black)0.0%
Color previews
#7ce9ff text on a black background
contrast 14.96:1
Card sample
#7ce9ff text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ce9ff;
Background color
Panel with #7ce9ff background
background-color: #7ce9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ce9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 233, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 233, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ce9ff; background: linear-gradient(135deg, #7ce9ff, #7C92FF);