Sea Green

#087852

Green

Color Codes

All color formats for development

HEX
#087852
RGB
rgb(8, 120, 82)
HSL
hsl(160, 88%, 25%)
OKLCH
oklch(0.507 0.109 162.2)
CMYK
cmyk(93%, 0%, 32%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.50:1

AA AAA

On Black Background

3.82: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#076C4A
2#066042
3#05543A
4#054831
5#043C29
6#033021
7#022419
8#021810
9#010C08

Tints

Lighter variations

1#0A9C6B
2#0CC084
3#0FE49D
4#27F1AE
5#4BF4BB
6#6FF6C9
7#93F8D6
8#B7FAE4
9#DBFDF1

Tones

Muted variations

1#0D7251
2#136D4F
3#18674D
4#1E614B
5#245C49
6#295647
7#2F5145
8#354B43
9#3A4542

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF2
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBE8
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8D6
BordersInactive statesPlaceholder text
400
57F4
#57F4C0
Disabled statesSecondary iconsMuted text
500
27F1
#27F1AE
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD391
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA873
Active/pressed statesDark mode accentsSecondary text
800
0878
#087852
Text on light backgroundsHeadingsStrong borders
900
054D
#054D35
Primary textHigh emphasis contentDark headings
950
0330
#033021
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FEFA;
  --sea-green-100: #DDFDF2;
  --sea-green-200: #C1FBE8;
  --sea-green-300: #91F8D6;
  --sea-green-400: #57F4C0;
  --sea-green-500: #27F1AE;
  --sea-green-600: #0DD391;
  --sea-green-700: #0BA873;
  --sea-green-800: #087852;
  --sea-green-900: #054D35;
  --sea-green-950: #033021;
}
Generate More ShadesCreate PaletteConvert Color