Sea Green

#1F935B

Green

Color Codes

All color formats for development

HEX
#1F935B
RGB
rgb(31, 147, 91)
HSL
hsl(151, 65%, 35%)
OKLCH
oklch(0.588 0.131 156.4)
CMYK
cmyk(79%, 0%, 38%, 42%)

Accessibility

WCAG contrast compliance

On White Background

3.90:1

AA AAA

On Black Background

5.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E2F9
200
#C8F3
300
#9EEA
400
#6CE0
500
#42D7
600
#27B9
700
#1F93
800
#1669
900
#0E43
950
#092A

Shades

Darker variations

1#1C8552
2#197649
3#166740
4#135837
5#104A2E
6#0C3B24
7#092C1B
8#061D12
9#030F09

Tints

Lighter variations

1#25AF6C
2#2BCA7D
3#40D68D
4#5BDC9E
5#76E2AE
6#92E8BE
7#ADEECE
8#C8F3DF
9#E4F9EF

Tones

Muted variations

1#258D5B
2#2B885B
3#31825B
4#367C5A
5#3C765A
6#42705A
7#486B5A
8#4E655A
9#535F59

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF8
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9EE
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3DF
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEAC6
BordersInactive statesPlaceholder text
400
6CE0
#6CE0A8
Disabled statesSecondary iconsMuted text
500
42D7
#42D78F
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B973
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F935B
Active/pressed statesDark mode accentsSecondary text
800
1669
#166941
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E432A
Primary textHigh emphasis contentDark headings
950
092A
#092A1A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F2FCF8;
  --sea-green-100: #E2F9EE;
  --sea-green-200: #C8F3DF;
  --sea-green-300: #9EEAC6;
  --sea-green-400: #6CE0A8;
  --sea-green-500: #42D78F;
  --sea-green-600: #27B973;
  --sea-green-700: #1F935B;
  --sea-green-800: #166941;
  --sea-green-900: #0E432A;
  --sea-green-950: #092A1A;
}
Generate More ShadesCreate PaletteConvert Color