#7bdbc3
a light, vivid cyan · cool · closest name: turquoise
RGB
123, 219, 195
HSL
165°, 57%, 67%
CMYK
44, 0, 11, 14
Luminance
0.5881
Every format
| HEX | #7bdbc3 |
| RGB | rgb(123, 219, 195) |
| HSL | hsl(165, 57%, 67%) |
| CMYK | cmyk(44%, 0%, 11%, 14%) |
| LAB | lab(81.2 -34.0 3.0) |
| LCH | lch(81.2 34.2 175.0) |
| OKLCH | oklch(0.825 0.098 175.7) |
Copy-ready code
/* CSS */
color: #7bdbc3;
background-color: #7bdbc3;
/* Tailwind (arbitrary) */
class="text-[#7bdbc3] bg-[#7bdbc3]"
/* SCSS */
$brand: #7bdbc3;
/* SwiftUI */
Color(red: 0.482, green: 0.859, blue: 0.765)
/* Android */
Color.parseColor("#7bdbc3")Accessibility — WCAG contrast
Aa
#7bdbc3 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bdbc3 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green85.9%
Blue76.5%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow11.0%
Key (black)14.1%
Color previews
#7bdbc3 text on a black background
contrast 12.76:1
Card sample
#7bdbc3 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bdbc3;
Background color
Panel with #7bdbc3 background
background-color: #7bdbc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bdbc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 219, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 219, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bdbc3; background: linear-gradient(135deg, #7bdbc3, #7BB3DB);