#8dc7cd
a light, soft cyan · cool · closest name: Powder Blue
At a glance
Every number on this page in one read: what #8dc7cd 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 | #8dc7cd |
| RGB | rgb(141, 199, 205) |
| HSL | hsl(186, 39%, 68%) |
| CMYK | cmyk(31%, 3%, 0%, 20%) |
| LAB | lab(76.6 -17.1 -9.0) |
| LCH | lch(76.6 19.4 207.7) |
| OKLCH | oklch(0.792 0.060 204.1) |
| Decimal | 9291725 |
| Display P3 | color(display-p3 0.553 0.780 0.804) |
Copy-ready code
/* CSS */
color: #8dc7cd;
background-color: #8dc7cd;
/* Tailwind (arbitrary) */
class="text-[#8dc7cd] bg-[#8dc7cd]"
/* SCSS */
$brand: #8dc7cd;
/* SwiftUI */
Color(red: 0.553, green: 0.780, blue: 0.804)
/* Android */
Color.parseColor("#8dc7cd")
/* Flutter */
Color(0xFF8DC7CD)
/* Python / OpenCV (BGR) */
(205, 199, 141)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. #8dc7cd 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: #F5F9FA;
--brand-100: #EBF3F4;
--brand-200: #D2E7E9;
--brand-300: #B1D9DD;
--brand-400: #8dc7cd;
--brand-500: #63B2BB;
--brand-600: #4BA1AA;
--brand-700: #3E868E;
--brand-800: #326B71;
--brand-900: #274F53;
--brand-950: #193134;
--brand: #8dc7cd;
--brand-ink: #000000;
}Colors that work with #8dc7cd
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 #8dc7cd
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠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 | #CD938D | Directly opposite — maximum tension | |
| Analogous left | #8DCDB3 | Neighbour, quieter | |
| Analogous right | #8DA7CD | Neighbour, quieter | |
| Split-complement 1 | #CD8DA7 | Contrast without the clash | |
| Split-complement 2 | #CDB38D | Contrast without the clash | |
| Triadic 1 | #CD8DC7 | Even thirds — balanced and loud | |
| Triadic 2 | #C7CD8D | Even thirds — balanced and loud | |
| Tetradic | #B38DCD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#8dc7cd text on a black background
contrast 11.18:1
#8dc7cd text on a white background
contrast 1.88:1
CSS3 live lab
The quick brown fox
color: #8dc7cd;
background-color: #8dc7cd;
Glowing headline
text-shadow: 2px 2px 8px #8dc7cd;
Soft neon halo
text-shadow: 0 0 14px rgba(141, 199, 205, 0.45);
box-shadow: 0 12px 32px -8px rgba(141, 199, 205, 0.45);
border: 3px solid #8dc7cd; background: linear-gradient(135deg, #8dc7cd, #8D9CCD);
Monochromatic scale
Palettes built from #8dc7cd
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: Powder Blue (#b0e0e6) — ΔE2000 6.8 away, with its history, psychology and brand usage.
#8dc7cd 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.
#8dc7cd, answered
What color is #8dc7cd?
#8dc7cd is a light soft cyan, closest to Powder Blue (ΔE2000 6.8). It sits at 186° on the hue wheel with 39% saturation and 68% lightness, which reads as cool.
What is the RGB value of #8dc7cd?
rgb(141, 199, 205) — 141 red, 199 green and 205 blue out of 255, or 55.3% / 78% / 80.4% by channel.
Is #8dc7cd a light or a dark color?
It is a light color. Relative luminance is 0.5092 and perceived brightness is 72%, so black text on it reaches 11.18:1.
Should I use black or white text on #8dc7cd?
Black. It scores 11.18:1 against #8dc7cd, versus 1.88:1 for white — AAA at any size.
What is the complementary color of #8dc7cd?
#CD938D sits directly opposite on the wheel. Softer options are the split-complements #CD8DA7 and #CDB38D, which give the same contrast with far less vibration.
What colors go well with #8dc7cd?
For interface work: #F4FAFA as the surface, #C6E3E6 for borders, #4B939B for secondary text, #923A48 as an accent and #275459 for hover and pressed states. For a palette, the analogous pair #8DCDB3 and #8DA7CD stays calm, while #CD938D is the loudest partner.
What is #8dc7cd in CMYK for printing?
cmyk(31%, 3%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #8dc7cd warm or cool?
Cool — it scores 90 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #8DCDBB; nudged cooler, #8BB2CF.