Skip to content

#6ddf8c

a light, vivid green · cool · closest name: Light Green

RGB
109, 223, 140
HSL
136°, 64%, 65%
CMYK
51, 0, 37, 13
Luminance
0.5792

At a glance

Every number on this page in one read: what #6ddf8c is made of, how bright it looks, and which way it leans.

Hex
#6ddf8c
Hue
136°
green
Saturation
64%
vivid
Lightness
65%
light
Brightness
87%
HSV value
Perceived
73%
weighted brightness
Luminance
0.5792
WCAG relative
Temperature
Cool
69/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
12.58:1
Closest name
Light Green
ΔE2000 5.1
Where it sits
Hue136° of 360°
Saturation64%
Lightness65%
Temperature
Warm ← → Cool69% cool

Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#6ddf8c
RGBrgb(109, 223, 140)
HSLhsl(136, 64%, 65%)
CMYKcmyk(51%, 0%, 37%, 13%)
LABlab(80.7 -50.3 31.0)
LCHlch(80.7 59.1 148.3)
OKLCHoklch(0.816 0.157 150.5)
Decimal7200652
Display P3color(display-p3 0.427 0.875 0.549)

Copy-ready code

/* CSS */
color: #6ddf8c;
background-color: #6ddf8c;
/* Tailwind (arbitrary) */
class="text-[#6ddf8c] bg-[#6ddf8c]"
/* SCSS */
$brand: #6ddf8c;
/* SwiftUI */
Color(red: 0.427, green: 0.875, blue: 0.549)
/* Android */
Color.parseColor("#6ddf8c")
/* Flutter */
Color(0xFF6DDF8C)
/* Python / OpenCV (BGR) */
(140, 223, 109)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #6ddf8c · 12.58:1
Use #000000AAA at every size.
Aa
White text · 1.67:1
AA fail · AA large fail · AAA fail
Aa
Black text · 12.58:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #6ddf8c as text scores 1.67:1 on white and 12.58:1 on black.

Accessibility — WCAG contrast

Aa
#6ddf8c on white: 1.67:1
AA ✗ fail · AA-large · AAA
Aa
#6ddf8c on black: 12.58:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E0CF86
deuteranopia · #D0C491
tritanopia · #54DCCA

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #6ddf8c 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.

#F4FBF6
#E8F7EC
#CBF1D5
#A3EBB7
#6ddf8c
#47D76E
#2CC957
#25A748
#1D863A
#19612D
#103D1C
Base = 400Lightest = 50 · #F4FBF6Darkest = 950 · #103D1C
:root {
  --brand-50: #F4FBF6;
  --brand-100: #E8F7EC;
  --brand-200: #CBF1D5;
  --brand-300: #A3EBB7;
  --brand-400: #6ddf8c;
  --brand-500: #47D76E;
  --brand-600: #2CC957;
  --brand-700: #25A748;
  --brand-800: #1D863A;
  --brand-900: #19612D;
  --brand-950: #103D1C;
  --brand: #6ddf8c;
  --brand-ink: #000000;
}

Colors that work with #6ddf8c

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#F4FAF6
Tinted page background
Border#C0EDCC
Hairlines and dividers
Muted text#4B9B60
Captions on the surface
Accent#AC20A8
Second voice, not a rival
Dark variant#17692D
Hover, pressed, headers
Light variant#EAFAEF
Selected rows, tints
Dark surface#142418
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #6ddf8c

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • 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#DF6DC0
Analogous left#87DF6D
Analogous right#6DDFC5
Split-complement 1#C56DDF
Split-complement 2#DF6D87
Triadic 1#8C6DDF
Triadic 2#DF8C6D
Tetradic#6D87DF

RGB percentages

Red42.7%
Green87.5%
Blue54.9%

CMYK percentages

Cyan51.1%
Magenta0.0%
Yellow37.2%
Key (black)12.5%

Color previews

#6ddf8c text on a black background

contrast 12.58:1

Card sample

#6ddf8c text on a white background

contrast 1.67:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #6ddf8c;
Background color
Panel with #6ddf8c background
background-color: #6ddf8c;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #6ddf8c;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(109, 223, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 223, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ddf8c;
background: linear-gradient(135deg, #6ddf8c, #6DDFD8);

Monochromatic scale

Palettes built from #6ddf8c

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.

#6ddf8c in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
SustainabilityFinanceHealth and wellnessAgriculture
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Converts to four-color process without much drama. Proof it anyway.

#6ddf8c, answered

What color is #6ddf8c?

#6ddf8c is a light vivid green, closest to Light Green (ΔE2000 5.1). It sits at 136° on the hue wheel with 64% saturation and 65% lightness, which reads as cool.

What is the RGB value of #6ddf8c?

rgb(109, 223, 140) — 109 red, 223 green and 140 blue out of 255, or 42.7% / 87.5% / 54.9% by channel.

Is #6ddf8c a light or a dark color?

It is a light color. Relative luminance is 0.5792 and perceived brightness is 73%, so black text on it reaches 12.58:1.

Should I use black or white text on #6ddf8c?

Black. It scores 12.58:1 against #6ddf8c, versus 1.67:1 for white — AAA at any size.

What is the complementary color of #6ddf8c?

#DF6DC0 sits directly opposite on the wheel. Softer options are the split-complements #C56DDF and #DF6D87, which give the same contrast with far less vibration.

What colors go well with #6ddf8c?

For interface work: #F4FAF6 as the surface, #C0EDCC for borders, #4B9B60 for secondary text, #AC20A8 as an accent and #17692D for hover and pressed states. For a palette, the analogous pair #87DF6D and #6DDFC5 stays calm, while #DF6DC0 is the loudest partner.

What is #6ddf8c in CMYK for printing?

cmyk(51%, 0%, 37%, 13%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.

Is #6ddf8c warm or cool?

Cool — it scores 69 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #78DF6D; nudged cooler, #6BE1B6.

Work with #6ddf8c in the Color Lab