#7ceeed
a light, electric cyan · cool · closest name: turquoise
RGB
124, 238, 237
HSL
180°, 77%, 71%
CMYK
48, 0, 0, 7
Luminance
0.7155
Every format
| HEX | #7ceeed |
| RGB | rgb(124, 238, 237) |
| HSL | hsl(180, 77%, 71%) |
| CMYK | cmyk(48%, 0%, 0%, 7%) |
| LAB | lab(87.8 -32.6 -9.6) |
| LCH | lch(87.8 34.0 196.3) |
| OKLCH | oklch(0.882 0.104 194.7) |
Copy-ready code
/* CSS */
color: #7ceeed;
background-color: #7ceeed;
/* Tailwind (arbitrary) */
class="text-[#7ceeed] bg-[#7ceeed]"
/* SCSS */
$brand: #7ceeed;
/* SwiftUI */
Color(red: 0.486, green: 0.933, blue: 0.929)
/* Android */
Color.parseColor("#7ceeed")Accessibility — WCAG contrast
Aa
#7ceeed on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ceeed on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green93.3%
Blue92.9%
CMYK percentages
Cyan47.9%
Magenta0.0%
Yellow0.4%
Key (black)6.7%
Color previews
#7ceeed text on a black background
contrast 15.31:1
Card sample
#7ceeed text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ceeed;
Background color
Panel with #7ceeed background
background-color: #7ceeed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ceeed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 238, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 238, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ceeed; background: linear-gradient(135deg, #7ceeed, #7CA3EE);