#6dc2bc
a balanced, soft cyan · cool · closest name: Medium Turquoise
At a glance
Every number on this page in one read: what #6dc2bc 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 | #6dc2bc |
| RGB | rgb(109, 194, 188) |
| HSL | hsl(176, 41%, 59%) |
| CMYK | cmyk(44%, 0%, 3%, 24%) |
| LAB | lab(73.2 -27.2 -5.0) |
| LCH | lch(73.2 27.7 190.5) |
| OKLCH | oklch(0.759 0.083 189.7) |
| Decimal | 7193276 |
| Display P3 | color(display-p3 0.427 0.761 0.737) |
Copy-ready code
/* CSS */
color: #6dc2bc;
background-color: #6dc2bc;
/* Tailwind (arbitrary) */
class="text-[#6dc2bc] bg-[#6dc2bc]"
/* SCSS */
$brand: #6dc2bc;
/* SwiftUI */
Color(red: 0.427, green: 0.761, blue: 0.737)
/* Android */
Color.parseColor("#6dc2bc")
/* Flutter */
Color(0xFF6DC2BC)
/* Python / OpenCV (BGR) */
(188, 194, 109)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. #6dc2bc 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: #F5FAF9;
--brand-100: #EBF5F4;
--brand-200: #D2EAE8;
--brand-300: #B0DEDB;
--brand-400: #88CDC9;
--brand-500: #6dc2bc;
--brand-600: #48ADA6;
--brand-700: #3C908A;
--brand-800: #30736E;
--brand-900: #265451;
--brand-950: #183533;
--brand: #6dc2bc;
--brand-ink: #000000;
}Colors that work with #6dc2bc
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 #6dc2bc
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 | #C26D73 | Directly opposite — maximum tension | |
| Analogous left | #6DC292 | Neighbour, quieter | |
| Analogous right | #6D9DC2 | Neighbour, quieter | |
| Split-complement 1 | #C26D9D | Contrast without the clash | |
| Split-complement 2 | #C2926D | Contrast without the clash | |
| Triadic 1 | #BC6DC2 | Even thirds — balanced and loud | |
| Triadic 2 | #C2BC6D | Even thirds — balanced and loud | |
| Tetradic | #926DC2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#6dc2bc text on a black background
contrast 10.09:1
#6dc2bc text on a white background
contrast 2.08:1
CSS3 live lab
The quick brown fox
color: #6dc2bc;
background-color: #6dc2bc;
Glowing headline
text-shadow: 2px 2px 8px #6dc2bc;
Soft neon halo
text-shadow: 0 0 14px rgba(109, 194, 188, 0.45);
box-shadow: 0 12px 32px -8px rgba(109, 194, 188, 0.45);
border: 3px solid #6dc2bc; background: linear-gradient(135deg, #6dc2bc, #6D8FC2);
Monochromatic scale
Palettes built from #6dc2bc
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 8.8 away, with its history, psychology and brand usage.
#6dc2bc 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.
#6dc2bc, answered
What color is #6dc2bc?
#6dc2bc is a balanced soft cyan, closest to Medium Turquoise (ΔE2000 5.2). It sits at 176° on the hue wheel with 41% saturation and 59% lightness, which reads as cool.
What is the RGB value of #6dc2bc?
rgb(109, 194, 188) — 109 red, 194 green and 188 blue out of 255, or 42.7% / 76.1% / 73.7% by channel.
Is #6dc2bc a light or a dark color?
It is a mid-tone. Relative luminance is 0.4547 and perceived brightness is 68%, so black text on it reaches 10.09:1.
Should I use black or white text on #6dc2bc?
Black. It scores 10.09:1 against #6dc2bc, versus 2.08:1 for white — AAA at any size.
What is the complementary color of #6dc2bc?
#C26D73 sits directly opposite on the wheel. Softer options are the split-complements #C26D9D and #C2926D, which give the same contrast with far less vibration.
What colors go well with #6dc2bc?
For interface work: #F4FAFA as the surface, #C5E7E5 for borders, #4B9B95 for secondary text, #C66987 as an accent and #265A56 for hover and pressed states. For a palette, the analogous pair #6DC292 and #6D9DC2 stays calm, while #C26D73 is the loudest partner.
What is #6dc2bc in CMYK for printing?
cmyk(44%, 0%, 3%, 24%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #6dc2bc warm or cool?
Cool — it scores 86 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #6DC29D; nudged cooler, #6BAAC4.