Sea Green

#1C9768

Green

Color Codes

All color formats for development

HEX
#1C9768
RGB
rgb(28, 151, 104)
HSL
hsl(157, 69%, 35%)
OKLCH
oklch(0.601 0.126 161.4)
CMYK
cmyk(81%, 0%, 31%, 41%)

Accessibility

WCAG contrast compliance

On White Background

3.70:1

AA AAA

On Black Background

5.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#19885D
2#167953
3#136A49
4#115A3E
5#0E4B34
6#0B3C29
7#082D1F
8#061E15
9#030F0A

Tints

Lighter variations

1#21B37B
2#26CF8E
3#3BDB9E
4#57E0AC
5#73E5B9
6#8FEAC7
7#ABF0D5
8#C7F5E3
9#E3FAF1

Tones

Muted variations

1#229166
2#288B65
3#2E8463
4#347E62
5#3A7860
6#41725F
7#476C5E
8#4D665C
9#535F5B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F0
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E3
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDCE
BordersInactive statesPlaceholder text
400
68E3
#68E3B4
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB9F
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE82
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9768
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C4A
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D452F
Primary textHigh emphasis contentDark headings
950
082B
#082B1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F2FDF9;
  --sea-green-100: #E1F9F0;
  --sea-green-200: #C7F5E3;
  --sea-green-300: #9CEDCE;
  --sea-green-400: #68E3B4;
  --sea-green-500: #3DDB9F;
  --sea-green-600: #23BE82;
  --sea-green-700: #1C9768;
  --sea-green-800: #146C4A;
  --sea-green-900: #0D452F;
  --sea-green-950: #082B1E;
}
Generate More ShadesCreate PaletteConvert Color