Sea Green

#2AB73F

Green

Color Codes

All color formats for development

HEX
#2AB73F
RGB
rgb(42, 183, 63)
HSL
hsl(129, 63%, 44%)
OKLCH
oklch(0.683 0.198 145)
CMYK
cmyk(77%, 0%, 66%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.64:1

AA AAA

On Black Background

7.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#C9F3
300
#9FE9
400
#6EDE
500
#44D5
600
#2AB7
700
#2191
800
#1868
900
#0F43
950
#092A

Shades

Darker variations

1#25A538
2#219232
3#1D802C
4#196E26
5#155B1F
6#114919
7#0C3713
8#08250D
9#041206

Tints

Lighter variations

1#2FCE47
2#45D55A
3#5CDA6F
4#73DF84
5#8BE598
6#A2EAAD
7#B9EFC1
8#D0F4D6
9#E8FAEA

Tones

Muted variations

1#31B044
2#38A949
3#3FA24E
4#469B53
5#4D9457
6#548C5C
7#5B8561
8#627E66
9#69776B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF4
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E5
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3CF
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9AA
BordersInactive statesPlaceholder text
400
6EDE
#6EDE7E
Disabled statesSecondary iconsMuted text
500
44D5
#44D55A
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB73F
Hover statesFocus ringsPrimary buttons hover
700
2191
#219132
Active/pressed statesDark mode accentsSecondary text
800
1868
#186824
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4317
Primary textHigh emphasis contentDark headings
950
092A
#092A0E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F3FCF4;
  --sea-green-100: #E2F8E5;
  --sea-green-200: #C9F3CF;
  --sea-green-300: #9FE9AA;
  --sea-green-400: #6EDE7E;
  --sea-green-500: #44D55A;
  --sea-green-600: #2AB73F;
  --sea-green-700: #219132;
  --sea-green-800: #186824;
  --sea-green-900: #0F4317;
  --sea-green-950: #092A0E;
}
Generate More ShadesCreate PaletteConvert Color