Sea Green

#087847

Green

Color Codes

All color formats for development

HEX
#087847
RGB
rgb(8, 120, 71)
HSL
hsl(154, 88%, 25%)
OKLCH
oklch(0.505 0.119 156.4)
CMYK
cmyk(93%, 0%, 41%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.54:1

AA AAA

On Black Background

3.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C1FB
300
#91F8
400
#57F4
500
#27F1
600
#0DD3
700
#0BA8
800
#0878
900
#054D
950
#0330

Shades

Darker variations

1#076C40
2#066039
3#055432
4#05482B
5#043C24
6#03301C
7#022415
8#02180E
9#010C07

Tints

Lighter variations

1#0A9C5D
2#0CC072
3#0FE487
4#27F19A
5#4BF4AB
6#6FF6BB
7#93F8CC
8#B7FADD
9#DBFDEE

Tones

Muted variations

1#0D7246
2#136D46
3#186745
4#1E6144
5#245C43
6#295643
7#2F5142
8#354B41
9#3A4540

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
C1FB
#C1FBE2
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8CB
BordersInactive statesPlaceholder text
400
57F4
#57F4B0
Disabled statesSecondary iconsMuted text
500
27F1
#27F19A
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD37D
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA864
Active/pressed statesDark mode accentsSecondary text
800
0878
#087847
Text on light backgroundsHeadingsStrong borders
900
054D
#054D2E
Primary textHigh emphasis contentDark headings
950
0330
#03301C
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: #C1FBE2;
  --sea-green-300: #91F8CB;
  --sea-green-400: #57F4B0;
  --sea-green-500: #27F19A;
  --sea-green-600: #0DD37D;
  --sea-green-700: #0BA864;
  --sea-green-800: #087847;
  --sea-green-900: #054D2E;
  --sea-green-950: #03301C;
}
Generate More ShadesCreate PaletteConvert Color