#7beccf
a light, vivid cyan · cool · closest name: aquamarine
RGB
123, 236, 207
HSL
165°, 75%, 70%
CMYK
48, 0, 12, 8
Luminance
0.6871
Every format
| HEX | #7beccf |
| RGB | rgb(123, 236, 207) |
| HSL | hsl(165, 75%, 70%) |
| CMYK | cmyk(48%, 0%, 12%, 8%) |
| LAB | lab(86.4 -39.1 4.1) |
| LCH | lch(86.4 39.4 174.0) |
| OKLCH | oklch(0.868 0.113 174.7) |
Copy-ready code
/* CSS */
color: #7beccf;
background-color: #7beccf;
/* Tailwind (arbitrary) */
class="text-[#7beccf] bg-[#7beccf]"
/* SCSS */
$brand: #7beccf;
/* SwiftUI */
Color(red: 0.482, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#7beccf")Accessibility — WCAG contrast
Aa
#7beccf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7beccf on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green92.5%
Blue81.2%
CMYK percentages
Cyan47.9%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#7beccf text on a black background
contrast 14.74:1
Card sample
#7beccf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7beccf;
Background color
Panel with #7beccf background
background-color: #7beccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7beccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7beccf; background: linear-gradient(135deg, #7beccf, #7BBEEC);