Sea Green

#087854

Green

Color Codes

All color formats for development

HEX
#087854
RGB
rgb(8, 120, 84)
HSL
hsl(161, 88%, 25%)
OKLCH
oklch(0.508 0.107 163.5)
CMYK
cmyk(93%, 0%, 30%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.49: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#076C4C
2#066043
3#05543B
4#054833
5#043C2A
6#033022
7#022419
8#021811
9#010C08

Tints

Lighter variations

1#0A9C6E
2#0CC087
3#0FE4A0
4#27F1B1
5#4BF4BE
6#6FF6CB
7#93F8D8
8#B7FAE5
9#DBFDF2

Tones

Muted variations

1#0D7252
2#136D50
3#18674E
4#1E614C
5#245C4A
6#295648
7#2F5146
8#354B44
9#3A4542

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDF3
Light backgroundsTable row hoverSkeleton loading
200
C1FB
#C1FBE9
Secondary backgroundsInput backgroundsDividers
300
91F8
#91F8D7
BordersInactive statesPlaceholder text
400
57F4
#57F4C3
Disabled statesSecondary iconsMuted text
500
27F1
#27F1B1
Primary brand colorCTAsActive elementsLinks
600
0DD3
#0DD394
Hover statesFocus ringsPrimary buttons hover
700
0BA8
#0BA876
Active/pressed statesDark mode accentsSecondary text
800
0878
#087854
Text on light backgroundsHeadingsStrong borders
900
054D
#054D36
Primary textHigh emphasis contentDark headings
950
0330
#033022
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FEFA;
  --sea-green-100: #DDFDF3;
  --sea-green-200: #C1FBE9;
  --sea-green-300: #91F8D7;
  --sea-green-400: #57F4C3;
  --sea-green-500: #27F1B1;
  --sea-green-600: #0DD394;
  --sea-green-700: #0BA876;
  --sea-green-800: #087854;
  --sea-green-900: #054D36;
  --sea-green-950: #033022;
}
Generate More ShadesCreate PaletteConvert Color