#7dbbba
a balanced, soft cyan · cool · closest name: Medium Turquoise
At a glance
Every number on this page in one read: what #7dbbba 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 | #7dbbba |
| RGB | rgb(125, 187, 186) |
| HSL | hsl(179, 31%, 61%) |
| CMYK | cmyk(33%, 0%, 1%, 27%) |
| LAB | lab(71.9 -20.0 -5.8) |
| LCH | lch(71.9 20.8 196.3) |
| OKLCH | oklch(0.750 0.064 194.6) |
| Decimal | 8240058 |
| Display P3 | color(display-p3 0.490 0.733 0.729) |
Copy-ready code
/* CSS */
color: #7dbbba;
background-color: #7dbbba;
/* Tailwind (arbitrary) */
class="text-[#7dbbba] bg-[#7dbbba]"
/* SCSS */
$brand: #7dbbba;
/* SwiftUI */
Color(red: 0.490, green: 0.733, blue: 0.729)
/* Android */
Color.parseColor("#7dbbba")
/* Flutter */
Color(0xFF7DBBBA)
/* Python / OpenCV (BGR) */
(186, 187, 125)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. #7dbbba is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F5F9F9;
--brand-100: #ECF3F3;
--brand-200: #D5E7E7;
--brand-300: #B5D8D8;
--brand-400: #91C5C4;
--brand-500: #7dbbba;
--brand-600: #54A19F;
--brand-700: #468685;
--brand-800: #386B6A;
--brand-900: #2C4F4E;
--brand-950: #1B3131;
--brand: #7dbbba;
--brand-ink: #000000;
}Colors that work with #7dbbba
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 #7dbbba
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 | #BB7D7E | Directly opposite — maximum tension | |
| Analogous left | #7DBB9B | Neighbour, quieter | |
| Analogous right | #7D9DBB | Neighbour, quieter | |
| Split-complement 1 | #BB7D9D | Contrast without the clash | |
| Split-complement 2 | #BB9B7D | Contrast without the clash | |
| Triadic 1 | #BA7DBB | Even thirds — balanced and loud | |
| Triadic 2 | #BBBA7D | Even thirds — balanced and loud | |
| Tetradic | #9B7DBB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#7dbbba text on a black background
contrast 9.69:1
#7dbbba text on a white background
contrast 2.17:1
CSS3 live lab
The quick brown fox
color: #7dbbba;
background-color: #7dbbba;
Glowing headline
text-shadow: 2px 2px 8px #7dbbba;
Soft neon halo
text-shadow: 0 0 14px rgba(125, 187, 186, 0.45);
box-shadow: 0 12px 32px -8px rgba(125, 187, 186, 0.45);
border: 3px solid #7dbbba; background: linear-gradient(135deg, #7dbbba, #7D93BB);
Monochromatic scale
Palettes built from #7dbbba
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: Eucalyptus (#95afa2) — ΔE2000 9.4 away, with its history, psychology and brand usage.
#7dbbba 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.
#7dbbba, answered
What color is #7dbbba?
#7dbbba is a balanced soft cyan, closest to Medium Turquoise (ΔE2000 8.6). It sits at 179° on the hue wheel with 31% saturation and 61% lightness, which reads as cool.
What is the RGB value of #7dbbba?
rgb(125, 187, 186) — 125 red, 187 green and 186 blue out of 255, or 49% / 73.3% / 72.9% by channel.
Is #7dbbba a light or a dark color?
It is a mid-tone. Relative luminance is 0.4345 and perceived brightness is 67%, so black text on it reaches 9.69:1.
Should I use black or white text on #7dbbba?
Black. It scores 9.69:1 against #7dbbba, versus 2.17:1 for white — AAA at any size.
What is the complementary color of #7dbbba?
#BB7D7E sits directly opposite on the wheel. Softer options are the split-complements #BB7D9D and #BB9B7D, which give the same contrast with far less vibration.
What colors go well with #7dbbba?
For interface work: #F5FAFA as the surface, #C9E3E3 for borders, #4F9795 for secondary text, #BF798C as an accent and #2C5453 for hover and pressed states. For a palette, the analogous pair #7DBB9B and #7D9DBB stays calm, while #BB7D7E is the loudest partner.
What is #7dbbba in CMYK for printing?
cmyk(33%, 0%, 1%, 27%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #7dbbba warm or cool?
Cool — it scores 83 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #7DBBA3; nudged cooler, #7BA6BD.