Sea Green

#1F934C

Green

Color Codes

All color formats for development

HEX
#1F934C
RGB
rgb(31, 147, 76)
HSL
hsl(143, 65%, 35%)
OKLCH
oklch(0.585 0.146 151.1)
CMYK
cmyk(79%, 0%, 48%, 42%)

Accessibility

WCAG contrast compliance

On White Background

3.94:1

AA AAA

On Black Background

5.34: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#1C8544
2#19763D
3#166735
4#13582D
5#104A26
6#0C3B1E
7#092C17
8#061D0F
9#030F08

Tints

Lighter variations

1#25AF5A
2#2BCA68
3#40D679
4#5BDC8C
5#76E2A0
6#92E8B3
7#ADEEC6
8#C8F3D9
9#E4F9EC

Tones

Muted variations

1#258D4D
2#2B884E
3#318250
4#367C51
5#3C7652
6#427054
7#486B55
8#4E6557
9#535F58

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF6
BackgroundsSubtle highlightsCard backgrounds
100
E2F9
#E2F9EA
Light backgroundsTable row hoverSkeleton loading
200
C8F3
#C8F3D9
Secondary backgroundsInput backgroundsDividers
300
9EEA
#9EEABB
BordersInactive statesPlaceholder text
400
6CE0
#6CE098
Disabled statesSecondary iconsMuted text
500
42D7
#42D77B
Primary brand colorCTAsActive elementsLinks
600
27B9
#27B95F
Hover statesFocus ringsPrimary buttons hover
700
1F93
#1F934C
Active/pressed statesDark mode accentsSecondary text
800
1669
#166936
Text on light backgroundsHeadingsStrong borders
900
0E43
#0E4323
Primary textHigh emphasis contentDark headings
950
092A
#092A16
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F2FCF6;
  --sea-green-100: #E2F9EA;
  --sea-green-200: #C8F3D9;
  --sea-green-300: #9EEABB;
  --sea-green-400: #6CE098;
  --sea-green-500: #42D77B;
  --sea-green-600: #27B95F;
  --sea-green-700: #1F934C;
  --sea-green-800: #166936;
  --sea-green-900: #0E4323;
  --sea-green-950: #092A16;
}
Generate More ShadesCreate PaletteConvert Color