Skip to content

#afe6c2

a light, vivid green · cool · closest name: Aqua Marine

RGB
175, 230, 194
HSL
141°, 52%, 79%
CMYK
24, 0, 16, 10
Luminance
0.6960

At a glance

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

Hex
#afe6c2
Hue
141°
green
Saturation
52%
vivid
Lightness
79%
light
Brightness
90%
HSV value
Perceived
83%
weighted brightness
Luminance
0.6960
WCAG relative
Temperature
Cool
71/100 cool
Color family
Green
Tone
Vivid
Best ink
Black
14.92:1
Closest name
Aqua Marine
ΔE2000 9.4
Where it sits
Hue141° of 360°
Saturation52%
Lightness79%
Temperature
Warm ← → Cool71% 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#afe6c2
RGBrgb(175, 230, 194)
HSLhsl(141, 52%, 79%)
CMYKcmyk(24%, 0%, 16%, 10%)
LABlab(86.8 -24.7 11.9)
LCHlch(86.8 27.4 154.3)
OKLCHoklch(0.877 0.075 155.9)
Decimal11527874
Display P3color(display-p3 0.686 0.902 0.761)

Copy-ready code

/* CSS */
color: #afe6c2;
background-color: #afe6c2;
/* Tailwind (arbitrary) */
class="text-[#afe6c2] bg-[#afe6c2]"
/* SCSS */
$brand: #afe6c2;
/* SwiftUI */
Color(red: 0.686, green: 0.902, blue: 0.761)
/* Android */
Color.parseColor("#afe6c2")
/* Flutter */
Color(0xFFAFE6C2)
/* Python / OpenCV (BGR) */
(194, 230, 175)

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 #afe6c2 · 14.92:1
Use #000000AAA at every size.
Aa
White text · 1.41:1
AA fail · AA large fail · AAA fail
Aa
Black text · 14.92:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #afe6c2 as text scores 1.41:1 on white and 14.92:1 on black.

Accessibility — WCAG contrast

Aa
#afe6c2 on white: 1.41:1
AA ✗ fail · AA-large · AAA
Aa
#afe6c2 on black: 14.92:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #E6DDC0
deuteranopia · #DCD7C4
tritanopia · #A6E5DC

Color scale — 50 to 950

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

#F4FAF6
#E9F6EE
#CFEDD9
#afe6c2
#7FD79D
#54CA7D
#3ABB67
#319B55
#277C44
#205B34
#143921
Base = 300Lightest = 50 · #F4FAF6Darkest = 950 · #143921
:root {
  --brand-50: #F4FAF6;
  --brand-100: #E9F6EE;
  --brand-200: #CFEDD9;
  --brand-300: #afe6c2;
  --brand-400: #7FD79D;
  --brand-500: #54CA7D;
  --brand-600: #3ABB67;
  --brand-700: #319B55;
  --brand-800: #277C44;
  --brand-900: #205B34;
  --brand-950: #143921;
  --brand: #afe6c2;
  --brand-ink: #000000;
}

Colors that work with #afe6c2

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#C1ECD0
Hairlines and dividers
Muted text#4B9B66
Captions on the surface
Accent#9F2D94
Second voice, not a rival
Dark variant#1E6135
Hover, pressed, headers
Light variant#ECF9F0
Selected rows, tints
Dark surface#142419
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 #afe6c2

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#E6AFD3
Analogous left#B7E6AF
Analogous right#AFE6DD
Split-complement 1#DDAFE6
Split-complement 2#E6AFB7
Triadic 1#C2AFE6
Triadic 2#E6C2AF
Tetradic#AFB7E6

RGB percentages

Red68.6%
Green90.2%
Blue76.1%

CMYK percentages

Cyan23.9%
Magenta0.0%
Yellow15.7%
Key (black)9.8%

Color previews

#afe6c2 text on a black background

contrast 14.92:1

Card sample

#afe6c2 text on a white background

contrast 1.41:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

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

Glowing headline

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

Soft neon halo

text-shadow: 0 0 14px rgba(175, 230, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 230, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe6c2;
background: linear-gradient(135deg, #afe6c2, #AFE5E6);

Monochromatic scale

Palettes built from #afe6c2

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.

#afe6c2 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.

#afe6c2, answered

What color is #afe6c2?

#afe6c2 is a light vivid green, closest to Aqua Marine (ΔE2000 9.4). It sits at 141° on the hue wheel with 52% saturation and 79% lightness, which reads as cool.

What is the RGB value of #afe6c2?

rgb(175, 230, 194) — 175 red, 230 green and 194 blue out of 255, or 68.6% / 90.2% / 76.1% by channel.

Is #afe6c2 a light or a dark color?

It is a light color. Relative luminance is 0.6960 and perceived brightness is 83%, so black text on it reaches 14.92:1.

Should I use black or white text on #afe6c2?

Black. It scores 14.92:1 against #afe6c2, versus 1.41:1 for white — AAA at any size.

What is the complementary color of #afe6c2?

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

What colors go well with #afe6c2?

For interface work: #F4FAF6 as the surface, #C1ECD0 for borders, #4B9B66 for secondary text, #9F2D94 as an accent and #1E6135 for hover and pressed states. For a palette, the analogous pair #B7E6AF and #AFE6DD stays calm, while #E6AFD3 is the loudest partner.

What is #afe6c2 in CMYK for printing?

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

Is #afe6c2 warm or cool?

Cool — it scores 71 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B0E6AF; nudged cooler, #AEE7D7.

Work with #afe6c2 in the Color Lab