#7bc9bf
a balanced, soft cyan · cool · closest name: Medium Turquoise
At a glance
Every number on this page in one read: what #7bc9bf is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #7bc9bf |
| RGB | rgb(123, 201, 191) |
| HSL | hsl(172, 42%, 64%) |
| CMYK | cmyk(39%, 0%, 5%, 21%) |
| LAB | lab(75.9 -26.4 -2.6) |
| LCH | lch(75.9 26.5 185.6) |
| OKLCH | oklch(0.783 0.079 185.4) |
| Decimal | 8112575 |
| Display P3 | color(display-p3 0.482 0.788 0.749) |
Copy-ready code
/* CSS */
color: #7bc9bf;
background-color: #7bc9bf;
/* Tailwind (arbitrary) */
class="text-[#7bc9bf] bg-[#7bc9bf]"
/* SCSS */
$brand: #7bc9bf;
/* SwiftUI */
Color(red: 0.482, green: 0.788, blue: 0.749)
/* Android */
Color.parseColor("#7bc9bf")
/* Flutter */
Color(0xFF7BC9BF)
/* Python / OpenCV (BGR) */
(191, 201, 123)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #7bc9bf is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F5FAF9;
--brand-100: #EBF5F3;
--brand-200: #D2EAE7;
--brand-300: #AFDED8;
--brand-400: #7bc9bf;
--brand-500: #60BEB2;
--brand-600: #47AEA1;
--brand-700: #3B9186;
--brand-800: #2F746B;
--brand-900: #26554F;
--brand-950: #183531;
--brand: #7bc9bf;
--brand-ink: #000000;
}Colors that work with #7bc9bf
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #7bc9bf
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #C97B85 | Directly opposite — maximum tension | |
| Analogous left | #7BC998 | Neighbour, quieter | |
| Analogous right | #7BACC9 | Neighbour, quieter | |
| Split-complement 1 | #C97BAC | Contrast without the clash | |
| Split-complement 2 | #C9987B | Contrast without the clash | |
| Triadic 1 | #BF7BC9 | Even thirds — balanced and loud | |
| Triadic 2 | #C9BF7B | Even thirds — balanced and loud | |
| Tetradic | #987BC9 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#7bc9bf text on a black background
contrast 10.95:1
#7bc9bf text on a white background
contrast 1.92:1
CSS3 live lab
The quick brown fox
color: #7bc9bf;
background-color: #7bc9bf;
Glowing headline
text-shadow: 2px 2px 8px #7bc9bf;
Soft neon halo
text-shadow: 0 0 14px rgba(123, 201, 191, 0.45);
box-shadow: 0 12px 32px -8px rgba(123, 201, 191, 0.45);
border: 3px solid #7bc9bf; background: linear-gradient(135deg, #7bc9bf, #7B9FC9);
Monochromatic scale
Palettes built from #7bc9bf
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Turquoise (#40e0d0) — ΔE2000 7.9 away, with its history, psychology and brand usage.
#7bc9bf in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#7bc9bf, answered
What color is #7bc9bf?
#7bc9bf is a balanced soft cyan, closest to Medium Turquoise (ΔE2000 5.6). It sits at 172° on the hue wheel with 42% saturation and 64% lightness, which reads as cool.
What is the RGB value of #7bc9bf?
rgb(123, 201, 191) — 123 red, 201 green and 191 blue out of 255, or 48.2% / 78.8% / 74.9% by channel.
Is #7bc9bf a light or a dark color?
It is a mid-tone. Relative luminance is 0.4975 and perceived brightness is 71%, so black text on it reaches 10.95:1.
Should I use black or white text on #7bc9bf?
Black. It scores 10.95:1 against #7bc9bf, versus 1.92:1 for white — AAA at any size.
What is the complementary color of #7bc9bf?
#C97B85 sits directly opposite on the wheel. Softer options are the split-complements #C97BAC and #C9987B, which give the same contrast with far less vibration.
What colors go well with #7bc9bf?
For interface work: #F4FAFA as the surface, #C5E7E3 for borders, #4B9B91 for secondary text, #95375B as an accent and #255A54 for hover and pressed states. For a palette, the analogous pair #7BC998 and #7BACC9 stays calm, while #C97B85 is the loudest partner.
What is #7bc9bf in CMYK for printing?
cmyk(39%, 0%, 5%, 21%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #7bc9bf warm or cool?
Cool — it scores 84 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #7BC9A2; nudged cooler, #79B7CB.