#53af67
a balanced, soft green · cool · closest name: Medium Sea Green
At a glance
Every number on this page in one read: what #53af67 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 | #53af67 |
| RGB | rgb(83, 175, 103) |
| HSL | hsl(133, 37%, 51%) |
| CMYK | cmyk(53%, 0%, 41%, 31%) |
| LAB | lab(64.5 -43.3 28.8) |
| LCH | lch(64.5 52.0 146.4) |
| OKLCH | oklch(0.679 0.137 148.7) |
| Decimal | 5484391 |
| Display P3 | color(display-p3 0.325 0.686 0.404) |
Copy-ready code
/* CSS */
color: #53af67;
background-color: #53af67;
/* Tailwind (arbitrary) */
class="text-[#53af67] bg-[#53af67]"
/* SCSS */
$brand: #53af67;
/* SwiftUI */
Color(red: 0.325, green: 0.686, blue: 0.404)
/* Android */
Color.parseColor("#53af67")
/* Flutter */
Color(0xFF53AF67)
/* Python / OpenCV (BGR) */
(103, 175, 83)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. #53af67 is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F5FAF6;
--brand-100: #EBF4ED;
--brand-200: #D3E8D8;
--brand-300: #B2DBBB;
--brand-400: #8CCA99;
--brand-500: #66B878;
--brand-600: #53af67;
--brand-700: #418B51;
--brand-800: #346F41;
--brand-900: #295232;
--brand-950: #19331F;
--brand: #53af67;
--brand-ink: #000000;
}Colors that work with #53af67
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 #53af67
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠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 | #AF539B | Directly opposite — maximum tension | |
| Analogous left | #6DAF53 | Neighbour, quieter | |
| Analogous right | #53AF95 | Neighbour, quieter | |
| Split-complement 1 | #9553AF | Contrast without the clash | |
| Split-complement 2 | #AF536D | Contrast without the clash | |
| Triadic 1 | #6753AF | Even thirds — balanced and loud | |
| Triadic 2 | #AF6753 | Even thirds — balanced and loud | |
| Tetradic | #536DAF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#53af67 text on a black background
contrast 7.70:1
#53af67 text on a white background
contrast 2.73:1
CSS3 live lab
The quick brown fox
color: #53af67;
background-color: #53af67;
Glowing headline
text-shadow: 2px 2px 8px #53af67;
Soft neon halo
text-shadow: 0 0 14px rgba(83, 175, 103, 0.45);
box-shadow: 0 12px 32px -8px rgba(83, 175, 103, 0.45);
border: 3px solid #53af67; background: linear-gradient(135deg, #53af67, #53AFA4);
Monochromatic scale
Palettes built from #53af67
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: Jade (#00a86b) — ΔE2000 5.9 away, with its history, psychology and brand usage.
#53af67 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.
#53af67, answered
What color is #53af67?
#53af67 is a balanced soft green, closest to Medium Sea Green (ΔE2000 3.2). It sits at 133° on the hue wheel with 37% saturation and 51% lightness, which reads as cool.
What is the RGB value of #53af67?
rgb(83, 175, 103) — 83 red, 175 green and 103 blue out of 255, or 32.5% / 68.6% / 40.4% by channel.
Is #53af67 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3348 and perceived brightness is 57%, so black text on it reaches 7.70:1.
Should I use black or white text on #53af67?
Black. It scores 7.70:1 against #53af67, versus 2.73:1 for white — AAA at any size.
What is the complementary color of #53af67?
#AF539B sits directly opposite on the wheel. Softer options are the split-complements #9553AF and #AF536D, which give the same contrast with far less vibration.
What colors go well with #53af67?
For interface work: #F5FAF6 as the surface, #C7E5CE for borders, #4B9B5C for secondary text, #B14EB4 as an accent and #285733 for hover and pressed states. For a palette, the analogous pair #6DAF53 and #53AF95 stays calm, while #AF539B is the loudest partner.
What is #53af67 in CMYK for printing?
cmyk(53%, 0%, 41%, 31%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #53af67 warm or cool?
Cool — it scores 68 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #61AF53; nudged cooler, #51B289.