#abcdb4
a light, soft green · cool · closest name: Dark Sea Green
At a glance
Every number on this page in one read: what #abcdb4 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 | #abcdb4 |
| RGB | rgb(171, 205, 180) |
| HSL | hsl(136, 25%, 74%) |
| CMYK | cmyk(17%, 0%, 12%, 20%) |
| LAB | lab(79.4 -16.2 8.7) |
| LCH | lch(79.4 18.4 151.7) |
| OKLCH | oklch(0.817 0.050 153.3) |
| Decimal | 11259316 |
| Display P3 | color(display-p3 0.671 0.804 0.706) |
Copy-ready code
/* CSS */
color: #abcdb4;
background-color: #abcdb4;
/* Tailwind (arbitrary) */
class="text-[#abcdb4] bg-[#abcdb4]"
/* SCSS */
$brand: #abcdb4;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.706)
/* Android */
Color.parseColor("#abcdb4")
/* Flutter */
Color(0xFFABCDB4)
/* Python / OpenCV (BGR) */
(180, 205, 171)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. #abcdb4 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: #F6F9F7;
--brand-100: #EDF3EE;
--brand-200: #D6E5DA;
--brand-300: #abcdb4;
--brand-400: #95C0A1;
--brand-500: #72AB81;
--brand-600: #5B996C;
--brand-700: #4C805A;
--brand-800: #3D6648;
--brand-900: #2F4C36;
--brand-950: #1D2F22;
--brand: #abcdb4;
--brand-ink: #000000;
}Colors that work with #abcdb4
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 #abcdb4
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 | #CDABC4 | Directly opposite — maximum tension | |
| Analogous left | #B3CDAB | Neighbour, quieter | |
| Analogous right | #ABCDC5 | Neighbour, quieter | |
| Split-complement 1 | #C5ABCD | Contrast without the clash | |
| Split-complement 2 | #CDABB3 | Contrast without the clash | |
| Triadic 1 | #B4ABCD | Even thirds — balanced and loud | |
| Triadic 2 | #CDB4AB | Even thirds — balanced and loud | |
| Tetradic | #ABB3CD | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#abcdb4 text on a black background
contrast 12.12:1
#abcdb4 text on a white background
contrast 1.73:1
CSS3 live lab
The quick brown fox
color: #abcdb4;
background-color: #abcdb4;
Glowing headline
text-shadow: 2px 2px 8px #abcdb4;
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 180, 0.45);
box-shadow: 0 12px 32px -8px rgba(171, 205, 180, 0.45);
border: 3px solid #abcdb4; background: linear-gradient(135deg, #abcdb4, #ABCDCB);
Monochromatic scale
Palettes built from #abcdb4
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: Celadon (#ace1af) — ΔE2000 8 away, with its history, psychology and brand usage.
#abcdb4 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.
#abcdb4, answered
What color is #abcdb4?
#abcdb4 is a light soft green, closest to Dark Sea Green (ΔE2000 8.1). It sits at 136° on the hue wheel with 25% saturation and 74% lightness, which reads as cool.
What is the RGB value of #abcdb4?
rgb(171, 205, 180) — 171 red, 205 green and 180 blue out of 255, or 67.1% / 80.4% / 70.6% by channel.
Is #abcdb4 a light or a dark color?
It is a light color. Relative luminance is 0.5562 and perceived brightness is 76%, so black text on it reaches 12.12:1.
Should I use black or white text on #abcdb4?
Black. It scores 12.12:1 against #abcdb4, versus 1.73:1 for white — AAA at any size.
What is the complementary color of #abcdb4?
#CDABC4 sits directly opposite on the wheel. Softer options are the split-complements #C5ABCD and #CDABB3, which give the same contrast with far less vibration.
What colors go well with #abcdb4?
For interface work: #F5F9F6 as the surface, #CCE1D1 for borders, #569065 for secondary text, #844883 as an accent and #305038 for hover and pressed states. For a palette, the analogous pair #B3CDAB and #ABCDC5 stays calm, while #CDABC4 is the loudest partner.
What is #abcdb4 in CMYK for printing?
cmyk(17%, 0%, 12%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #abcdb4 warm or cool?
Cool — it scores 64 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #AECDAB; nudged cooler, #AACEC1.