#afeebb
a light, vivid green · cool · closest name: Light Green
At a glance
Every number on this page in one read: what #afeebb 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 | #afeebb |
| RGB | rgb(175, 238, 187) |
| HSL | hsl(131, 65%, 81%) |
| CMYK | cmyk(27%, 0%, 21%, 7%) |
| LAB | lab(88.8 -29.8 18.4) |
| LCH | lch(88.8 35.0 148.2) |
| OKLCH | oklch(0.893 0.094 150.0) |
| Decimal | 11529915 |
| Display P3 | color(display-p3 0.686 0.933 0.733) |
Copy-ready code
/* CSS */
color: #afeebb;
background-color: #afeebb;
/* Tailwind (arbitrary) */
class="text-[#afeebb] bg-[#afeebb]"
/* SCSS */
$brand: #afeebb;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.733)
/* Android */
Color.parseColor("#afeebb")
/* Flutter */
Color(0xFFAFEEBB)
/* Python / OpenCV (BGR) */
(187, 238, 175)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. #afeebb 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: #F3FBF5;
--brand-100: #E8F7EB;
--brand-200: #CBF1D2;
--brand-300: #afeebb;
--brand-400: #74E189;
--brand-500: #46D862;
--brand-600: #2BCA49;
--brand-700: #24A83D;
--brand-800: #1D8731;
--brand-900: #196227;
--brand-950: #0F3D18;
--brand: #afeebb;
--brand-ink: #000000;
}Colors that work with #afeebb
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 #afeebb
Derived from its contrast, chroma and lightness — not from taste.
- ✓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
- ⚠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 | #EEAFE2 | Directly opposite — maximum tension | |
| Analogous left | #C3EEAF | Neighbour, quieter | |
| Analogous right | #AFEEDA | Neighbour, quieter | |
| Split-complement 1 | #DAAFEE | Contrast without the clash | |
| Split-complement 2 | #EEAFC3 | Contrast without the clash | |
| Triadic 1 | #BBAFEE | Even thirds — balanced and loud | |
| Triadic 2 | #EEBBAF | Even thirds — balanced and loud | |
| Tetradic | #AFC3EE | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#afeebb text on a black background
contrast 15.77:1
#afeebb text on a white background
contrast 1.33:1
CSS3 live lab
The quick brown fox
color: #afeebb;
background-color: #afeebb;
Glowing headline
text-shadow: 2px 2px 8px #afeebb;
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 187, 0.45);
box-shadow: 0 12px 32px -8px rgba(175, 238, 187, 0.45);
border: 3px solid #afeebb; background: linear-gradient(135deg, #afeebb, #AFEEE5);
Monochromatic scale
Palettes built from #afeebb
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 3 away, with its history, psychology and brand usage.
#afeebb 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.
#afeebb, answered
What color is #afeebb?
#afeebb is a light vivid green, closest to Light Green (ΔE2000 8.4). It sits at 131° on the hue wheel with 65% saturation and 81% lightness, which reads as cool.
What is the RGB value of #afeebb?
rgb(175, 238, 187) — 175 red, 238 green and 187 blue out of 255, or 68.6% / 93.3% / 73.3% by channel.
Is #afeebb a light or a dark color?
It is a light color. Relative luminance is 0.7385 and perceived brightness is 84%, so black text on it reaches 15.77:1.
Should I use black or white text on #afeebb?
Black. It scores 15.77:1 against #afeebb, versus 1.33:1 for white — AAA at any size.
What is the complementary color of #afeebb?
#EEAFE2 sits directly opposite on the wheel. Softer options are the split-complements #DAAFEE and #EEAFC3, which give the same contrast with far less vibration.
What colors go well with #afeebb?
For interface work: #F4FAF5 as the surface, #C0EDC8 for borders, #4B9B5A for secondary text, #A420AC as an accent and #166926 for hover and pressed states. For a palette, the analogous pair #C3EEAF and #AFEEDA stays calm, while #EEAFE2 is the loudest partner.
What is #afeebb in CMYK for printing?
cmyk(27%, 0%, 21%, 7%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #afeebb warm or cool?
Cool — it scores 67 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BAEEAF; nudged cooler, #AEEFD2.