Sea Green

#28B853

Green

Color Codes

All color formats for development

HEX
#28B853
RGB
rgb(40, 184, 83)
HSL
hsl(138, 64%, 44%)
OKLCH
oklch(0.688 0.184 148.2)
CMYK
cmyk(78%, 0%, 55%, 28%)

Accessibility

WCAG contrast compliance

On White Background

2.60:1

AA AAA

On Black Background

8.07: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#24A64B
2#209343
3#1C813A
4#186E32
5#145C2A
6#104A21
7#0C3719
8#082511
9#041208

Tints

Lighter variations

1#2ECF5E
2#44D670
3#5BDB81
4#72E093
5#8AE5A5
6#A1EAB7
7#B9F0C9
8#D0F5DB
9#E8FAED

Tones

Muted variations

1#30B156
2#37AA59
3#3EA25C
4#459B5F
5#4C9462
6#538D65
7#5B8668
8#627F6A
9#69776D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9E9
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3D5
Secondary backgroundsInput backgroundsDividers
300
9FEA
#9FEAB5
BordersInactive statesPlaceholder text
400
6DDF
#6DDF8F
Disabled statesSecondary iconsMuted text
500
43D6
#43D66F
Primary brand colorCTAsActive elementsLinks
600
28B8
#28B853
Hover statesFocus ringsPrimary buttons hover
700
2092
#209242
Active/pressed statesDark mode accentsSecondary text
800
1769
#17692F
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F431E
Primary textHigh emphasis contentDark headings
950
092A
#092A13
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F2FCF5;
  --sea-green-100: #E2F9E9;
  --sea-green-200: #C9F3D5;
  --sea-green-300: #9FEAB5;
  --sea-green-400: #6DDF8F;
  --sea-green-500: #43D66F;
  --sea-green-600: #28B853;
  --sea-green-700: #209242;
  --sea-green-800: #17692F;
  --sea-green-900: #0F431E;
  --sea-green-950: #092A13;
}
Generate More ShadesCreate PaletteConvert Color