Sea Green

#00804A

Green

Color Codes

All color formats for development

HEX
#00804A
RGB
rgb(0, 128, 74)
HSL
hsl(155, 100%, 25%)
OKLCH
oklch(0.527 0.128 155.9)
CMYK
cmyk(100%, 0%, 42%, 50%)

Accessibility

WCAG contrast compliance

On White Background

5.02:1

AA AAA

On Black Background

4.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#007343
2#00663C
3#005934
4#004D2D
5#004025
6#00331E
7#002616
8#001A0F
9#000D07

Tints

Lighter variations

1#00A661
2#00CC77
3#00F28D
4#1AFF9F
5#40FFAF
6#66FFBF
7#8CFFCF
8#B3FFDF
9#D9FFEF

Tones

Muted variations

1#067949
2#0D7348
3#136C47
4#196646
5#206045
6#265944
7#2D5343
8#334D42
9#394641

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFF9
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFF0
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFE3
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFCE
BordersInactive statesPlaceholder text
400
4DFF
#4DFFB5
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFF9F
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E083
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B368
Active/pressed statesDark mode accentsSecondary text
800
0080
#00804A
Text on light backgroundsHeadingsStrong borders
900
0052
#005230
Primary textHigh emphasis contentDark headings
950
0033
#00331E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F0FFF9;
  --sea-green-100: #DBFFF0;
  --sea-green-200: #BDFFE3;
  --sea-green-300: #8AFFCE;
  --sea-green-400: #4DFFB5;
  --sea-green-500: #1AFF9F;
  --sea-green-600: #00E083;
  --sea-green-700: #00B368;
  --sea-green-800: #00804A;
  --sea-green-900: #005230;
  --sea-green-950: #00331E;
}
Generate More ShadesCreate PaletteConvert Color