#7bf2db
a light, electric cyan · cool · closest name: turquoise
RGB
123, 242, 219
HSL
168°, 82%, 72%
CMYK
49, 0, 10, 5
Luminance
0.7283
Every format
| HEX | #7bf2db |
| RGB | rgb(123, 242, 219) |
| HSL | hsl(168, 82%, 72%) |
| CMYK | cmyk(49%, 0%, 10%, 5%) |
| LAB | lab(88.4 -39.1 0.8) |
| LCH | lch(88.4 39.1 178.9) |
| OKLCH | oklch(0.885 0.113 179.3) |
Copy-ready code
/* CSS */
color: #7bf2db;
background-color: #7bf2db;
/* Tailwind (arbitrary) */
class="text-[#7bf2db] bg-[#7bf2db]"
/* SCSS */
$brand: #7bf2db;
/* SwiftUI */
Color(red: 0.482, green: 0.949, blue: 0.859)
/* Android */
Color.parseColor("#7bf2db")Accessibility — WCAG contrast
Aa
#7bf2db on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bf2db on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green94.9%
Blue85.9%
CMYK percentages
Cyan49.2%
Magenta0.0%
Yellow9.5%
Key (black)5.1%
Color previews
#7bf2db text on a black background
contrast 15.57:1
Card sample
#7bf2db text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bf2db;
Background color
Panel with #7bf2db background
background-color: #7bf2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bf2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 242, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 242, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bf2db; background: linear-gradient(135deg, #7bf2db, #7BBAF2);