#3DA58E is a mid-toned, cool teal. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #3DA58E works with other colors. Named schemes with #3DA58E in its natural role, and a note on why the supporting colors balance it.
Persian Green opens this coastal palette with sea-glass and warm sand alongside it, grounded by driftwood grey and a deep-navy anchor.
Persian Green keeps this Nordic scheme quiet — cool greys and a soft white around it, a muted-blue support and a charcoal anchor.
This palette keeps Persian Green as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Persian Green leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Persian Green is the single accent in this high-contrast editorial system — set on near-white paper against near-black ink, with a warm grey and a desaturated tint of Persian Green carrying the quiet middle.
How #3DA58E actually behaves in design work — read from its OKLCH lightness, chroma and hue, not just its raw numbers. Ten signals to help you decide where this color earns its place.
Not a swatch to memorise — a color to build with. Here is #3DA58E at work across the surfaces designers actually ship.
:root {
--color-base: #3DA58E;
--color-base-rgb: 61 165 142;
--color-base-oklch: oklch(65.6% 0.102 175.6);
--color-50: #F3FBFA;
--color-100: #E1F5F0;
--color-200: #C4E9E1;
--color-300: #9AD5C8;
--color-400: #73BFAF;
--color-500: #52A391;
--color-600: #447E71;
--color-700: #355A52;
--color-800: #253C37;
--color-900: #182522;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
persian-green: {
50: '#F3FBFA',
100: '#E1F5F0',
200: '#C4E9E1',
300: '#9AD5C8',
400: '#73BFAF',
500: '#52A391',
600: '#447E71',
700: '#355A52',
800: '#253C37',
900: '#182522',
},
}
$base: #3DA58E; $base-ink: #141310; $base-50: #F3FBFA; $base-100: #E1F5F0; $base-200: #C4E9E1; $base-300: #9AD5C8; $base-400: #73BFAF; $base-500: #52A391; $base-600: #447E71; $base-700: #355A52; $base-800: #253C37; $base-900: #182522; $base-hover: #308371; $base-subtle: #C5E3DD;
{
"color": {
"base": {
"value": "#3DA58E",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#F3FBFA",
"type": "color"
},
"100": {
"value": "#E1F5F0",
"type": "color"
},
"200": {
"value": "#C4E9E1",
"type": "color"
},
"300": {
"value": "#9AD5C8",
"type": "color"
},
"400": {
"value": "#73BFAF",
"type": "color"
},
"500": {
"value": "#52A391",
"type": "color"
},
"600": {
"value": "#447E71",
"type": "color"
},
"700": {
"value": "#355A52",
"type": "color"
},
"800": {
"value": "#253C37",
"type": "color"
},
"900": {
"value": "#182522",
"type": "color"
}
}
}
}