Sea Green

#0AA964

Green

Color Codes

All color formats for development

HEX
#0AA964
RGB
rgb(10, 169, 100)
HSL
hsl(154, 89%, 35%)
OKLCH
oklch(0.647 0.155 155.8)
CMYK
cmyk(94%, 0%, 41%, 34%)

Accessibility

WCAG contrast compliance

On White Background

3.06:1

AA AAA

On Black Background

6.87:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C0FB
300
#90F9
400
#56F5
500
#26F2
600
#0CD4
700
#0AA9
800
#0778
900
#044D
950
#0330

Shades

Darker variations

1#09985A
2#088750
3#077646
4#06653C
5#055432
6#044328
7#03331E
8#022214
9#01110A

Tints

Lighter variations

1#0CC876
2#0DE789
3#24F299
4#43F4A7
5#62F6B6
6#82F8C5
7#A1FAD3
8#C0FBE2
9#E0FDF0

Tones

Muted variations

1#12A163
2#1A9962
3#229161
4#2A8960
5#32815F
6#39795D
7#41715C
8#49695B
9#51615A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDEF
Light backgroundsTable row hoverSkeleton loading
200
C0FB
#C0FBE2
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9CB
BordersInactive statesPlaceholder text
400
56F5
#56F5B0
Disabled statesSecondary iconsMuted text
500
26F2
#26F29A
Primary brand colorCTAsActive elementsLinks
600
0CD4
#0CD47E
Hover statesFocus ringsPrimary buttons hover
700
0AA9
#0AA964
Active/pressed statesDark mode accentsSecondary text
800
0778
#077847
Text on light backgroundsHeadingsStrong borders
900
044D
#044D2E
Primary textHigh emphasis contentDark headings
950
0330
#03301D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FEF8;
  --sea-green-100: #DDFDEF;
  --sea-green-200: #C0FBE2;
  --sea-green-300: #90F9CB;
  --sea-green-400: #56F5B0;
  --sea-green-500: #26F29A;
  --sea-green-600: #0CD47E;
  --sea-green-700: #0AA964;
  --sea-green-800: #077847;
  --sea-green-900: #044D2E;
  --sea-green-950: #03301D;
}
Generate More ShadesCreate PaletteConvert Color