#9fd7bf
a light, soft green · cool · closest name: Medium Aqua Marine
At a glance
Every number on this page in one read: what #9fd7bf 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 | #9fd7bf |
| RGB | rgb(159, 215, 191) |
| HSL | hsl(154, 41%, 73%) |
| CMYK | cmyk(26%, 0%, 11%, 16%) |
| LAB | lab(81.7 -22.9 6.0) |
| LCH | lch(81.7 23.7 165.2) |
| OKLCH | oklch(0.834 0.067 166.5) |
| Decimal | 10475455 |
| Display P3 | color(display-p3 0.624 0.843 0.749) |
Copy-ready code
/* CSS */
color: #9fd7bf;
background-color: #9fd7bf;
/* Tailwind (arbitrary) */
class="text-[#9fd7bf] bg-[#9fd7bf]"
/* SCSS */
$brand: #9fd7bf;
/* SwiftUI */
Color(red: 0.624, green: 0.843, blue: 0.749)
/* Android */
Color.parseColor("#9fd7bf")
/* Flutter */
Color(0xFF9FD7BF)
/* Python / OpenCV (BGR) */
(191, 215, 159)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. #9fd7bf is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F5FAF8;
--brand-100: #EBF5F0;
--brand-200: #D2EAE0;
--brand-300: #9fd7bf;
--brand-400: #88CEB0;
--brand-500: #61BD95;
--brand-600: #48AD82;
--brand-700: #3C906C;
--brand-800: #307356;
--brand-900: #265441;
--brand-950: #183528;
--brand: #9fd7bf;
--brand-ink: #000000;
}Colors that work with #9fd7bf
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 #9fd7bf
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
- ⚠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 | #D79FB7 | Directly opposite — maximum tension | |
| Analogous left | #9FD7A3 | Neighbour, quieter | |
| Analogous right | #9FD3D7 | Neighbour, quieter | |
| Split-complement 1 | #D79FD3 | Contrast without the clash | |
| Split-complement 2 | #D7A39F | Contrast without the clash | |
| Triadic 1 | #BF9FD7 | Even thirds — balanced and loud | |
| Triadic 2 | #D7BF9F | Even thirds — balanced and loud | |
| Tetradic | #A39FD7 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#9fd7bf text on a black background
contrast 12.95:1
#9fd7bf text on a white background
contrast 1.62:1
CSS3 live lab
The quick brown fox
color: #9fd7bf;
background-color: #9fd7bf;
Glowing headline
text-shadow: 2px 2px 8px #9fd7bf;
Soft neon halo
text-shadow: 0 0 14px rgba(159, 215, 191, 0.45);
box-shadow: 0 12px 32px -8px rgba(159, 215, 191, 0.45);
border: 3px solid #9fd7bf; background: linear-gradient(135deg, #9fd7bf, #9FCAD7);
Monochromatic scale
Palettes built from #9fd7bf
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: Seafoam (#93e9be) — ΔE2000 6.8 away, with its history, psychology and brand usage.
#9fd7bf 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.
#9fd7bf, answered
What color is #9fd7bf?
#9fd7bf is a light soft green, closest to Medium Aqua Marine (ΔE2000 7.8). It sits at 154° on the hue wheel with 41% saturation and 73% lightness, which reads as cool.
What is the RGB value of #9fd7bf?
rgb(159, 215, 191) — 159 red, 215 green and 191 blue out of 255, or 62.4% / 84.3% / 74.9% by channel.
Is #9fd7bf a light or a dark color?
It is a light color. Relative luminance is 0.5973 and perceived brightness is 77%, so black text on it reaches 12.95:1.
Should I use black or white text on #9fd7bf?
Black. It scores 12.95:1 against #9fd7bf, versus 1.62:1 for white — AAA at any size.
What is the complementary color of #9fd7bf?
#D79FB7 sits directly opposite on the wheel. Softer options are the split-complements #D79FD3 and #D7A39F, which give the same contrast with far less vibration.
What colors go well with #9fd7bf?
For interface work: #F4FAF8 as the surface, #C5E7D9 for borders, #4B9B79 for secondary text, #953776 as an accent and #255A44 for hover and pressed states. For a palette, the analogous pair #9FD7A3 and #9FD3D7 stays calm, while #D79FB7 is the loudest partner.
What is #9fd7bf in CMYK for printing?
cmyk(26%, 0%, 11%, 16%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #9fd7bf warm or cool?
Cool — it scores 77 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #9FD7AA; nudged cooler, #9ED8D5.