Sea Green

#28B84A

Green

Color Codes

All color formats for development

HEX
#28B84A
RGB
rgb(40, 184, 74)
HSL
hsl(134, 64%, 44%)
OKLCH
oklch(0.687 0.192 146.6)
CMYK
cmyk(78%, 0%, 60%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.61:1

AA AAA

On Black Background

8.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C9F3
300
#9FEA
400
#6DDF
500
#43D6
600
#28B8
700
#2092
800
#1769
900
#0F43
950
#092A

Shades

Darker variations

1#24A643
2#20933B
3#1C8134
4#186E2C
5#145C25
6#104A1E
7#0C3716
8#08250F
9#041207

Tints

Lighter variations

1#2ECF53
2#44D666
3#5BDB79
4#72E08C
5#8AE59F
6#A1EAB2
7#B9F0C6
8#D0F5D9
9#E8FAEC

Tones

Muted variations

1#30B14E
2#37AA52
3#3EA255
4#459B59
5#4C945D
6#538D61
7#5B8665
8#627F69
9#69776C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9E7
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3D3
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAB0
BordersInactive statesPlaceholder text
400
6DDF
#6DDF87
Disabled statesSecondary iconsMuted text
500
43D6
#43D665
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B84A
Hover statesFocus ringsPrimary buttons hover
700
2092
#20923B
Active/pressed statesDark mode accentsSecondary text
800
1769
#17692A
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F431B
Primary textHigh emphasis contentDark headings
950
092A
#092A11
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F2FCF5;
  --sea-green-100: #E2F9E7;
  --sea-green-200: #C9F3D3;
  --sea-green-300: #9FEAB0;
  --sea-green-400: #6DDF87;
  --sea-green-500: #43D665;
  --sea-green-600: #28B84A;
  --sea-green-700: #20923B;
  --sea-green-800: #17692A;
  --sea-green-900: #0F431B;
  --sea-green-950: #092A11;
}
Generate More ShadesCreate PaletteConvert Color