#7bfdee
a light, electric cyan · cool · closest name: turquoise
RGB
123, 253, 238
HSL
173°, 97%, 74%
CMYK
51, 0, 6, 1
Luminance
0.8063
Every format
| HEX | #7bfdee |
| RGB | rgb(123, 253, 238) |
| HSL | hsl(173, 97%, 74%) |
| CMYK | cmyk(51%, 0%, 6%, 1%) |
| LAB | lab(92.0 -39.5 -3.8) |
| LCH | lch(92.0 39.7 185.5) |
| OKLCH | oklch(0.916 0.118 185.4) |
Copy-ready code
/* CSS */
color: #7bfdee;
background-color: #7bfdee;
/* Tailwind (arbitrary) */
class="text-[#7bfdee] bg-[#7bfdee]"
/* SCSS */
$brand: #7bfdee;
/* SwiftUI */
Color(red: 0.482, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#7bfdee")Accessibility — WCAG contrast
Aa
#7bfdee on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bfdee on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green99.2%
Blue93.3%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#7bfdee text on a black background
contrast 17.13:1
Card sample
#7bfdee text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bfdee;
Background color
Panel with #7bfdee background
background-color: #7bfdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bfdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bfdee; background: linear-gradient(135deg, #7bfdee, #7BB5FD);