Sea Green

#087845

Green

Color Codes

All color formats for development

HEX
#087845
RGB
rgb(8, 120, 69)
HSL
hsl(153, 88%, 25%)
OKLCH
oklch(0.504 0.121 155.5)
CMYK
cmyk(93%, 0%, 43%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.55:1

AA AAA

On Black Background

3.78: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#076C3E
2#066037
3#055431
4#05482A
5#043C23
6#03301C
7#022415
8#02180E
9#010C07

Tints

Lighter variations

1#0A9C5A
2#0CC06F
3#0FE484
4#27F196
5#4BF4A8
6#6FF6B9
7#93F8CB
8#B7FADC
9#DBFDEE

Tones

Muted variations

1#0D7245
2#136D44
3#186744
4#1E6143
5#245C43
6#295642
7#2F5141
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
#C1FBE1
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8CA
BordersInactive statesPlaceholder text
400
57F4
#57F4AE
Disabled statesSecondary iconsMuted text
500
27F1
#27F196
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD37A
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA861
Active/pressed statesDark mode accentsSecondary text
800
0878
#087845
Text on light backgroundsHeadingsStrong borders
900
054D
#054D2C
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: #C1FBE1;
  --sea-green-300: #91F8CA;
  --sea-green-400: #57F4AE;
  --sea-green-500: #27F196;
  --sea-green-600: #0DD37A;
  --sea-green-700: #0BA861;
  --sea-green-800: #087845;
  --sea-green-900: #054D2C;
  --sea-green-950: #03301C;
}
Generate More ShadesCreate PaletteConvert Color