Sea Green

#1E9442

Green

Color Codes

All color formats for development

HEX
#1E9442
RGB
rgb(30, 148, 66)
HSL
hsl(138, 66%, 35%)
OKLCH
oklch(0.586 0.156 148.4)
CMYK
cmyk(80%, 0%, 55%, 42%)

Accessibility

WCAG contrast compliance

On White Background

3.91:1

AA AAA

On Black Background

5.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9EEB
400
#6BE1
500
#41D8
600
#26BA
700
#1E94
800
#166A
900
#0E44
950
#092A

Shades

Darker variations

1#1B853B
2#187735
3#15682E
4#125927
5#0F4A21
6#0C3B1A
7#092C14
8#061E0D
9#030F07

Tints

Lighter variations

1#24B04E
2#2ACB5A
3#3ED86C
4#5ADD81
5#75E396
6#91E8AB
7#ACEEC0
8#C8F4D5
9#E3F9EA

Tones

Muted variations

1#248E44
2#2A8846
3#308249
4#367D4B
5#3C774D
6#427150
7#486B52
8#4D6555
9#535F57

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E8
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4D5
Secondary backgroundsInput backgroundsDividers
300
9EEB
#9EEBB5
BordersInactive statesPlaceholder text
400
6BE1
#6BE18E
Disabled statesSecondary iconsMuted text
500
41D8
#41D86E
Primary brand colorCTAsActive elementsLinks
600
26BA
#26BA53
Hover statesFocus ringsPrimary buttons hover
700
1E94
#1E9442
Active/pressed statesDark mode accentsSecondary text
800
166A
#166A2F
Text on light backgroundsHeadingsStrong borders
900
0E44
#0E441E
Primary textHigh emphasis contentDark headings
950
092A
#092A13
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F2FCF5;
  --sea-green-100: #E1F9E8;
  --sea-green-200: #C8F4D5;
  --sea-green-300: #9EEBB5;
  --sea-green-400: #6BE18E;
  --sea-green-500: #41D86E;
  --sea-green-600: #26BA53;
  --sea-green-700: #1E9442;
  --sea-green-800: #166A2F;
  --sea-green-900: #0E441E;
  --sea-green-950: #092A13;
}
Generate More ShadesCreate PaletteConvert Color