Sea Green

#1D963F

Green

Color Codes

All color formats for development

HEX
#1D963F
RGB
rgb(29, 150, 63)
HSL
hsl(137, 68%, 35%)
OKLCH
oklch(0.591 0.162 147.6)
CMYK
cmyk(81%, 0%, 58%, 41%)

Accessibility

WCAG contrast compliance

On White Background

3.83:1

AA AAA

On Black Background

5.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F4
300
#9CEC
400
#69E2
500
#3EDA
600
#24BC
700
#1D96
800
#146B
900
#0D45
950
#082B

Shades

Darker variations

1#1A8739
2#177832
3#14692C
4#115A26
5#0E4B1F
6#0B3C19
7#092D13
8#061E0D
9#030F06

Tints

Lighter variations

1#22B24B
2#27CE56
3#3CDA69
4#58DF7E
5#74E494
6#90EAA9
7#ABEFBF
8#C7F4D4
9#E3FAEA

Tones

Muted variations

1#239042
2#298A44
3#2F8447
4#357E49
5#3B784C
6#41724F
7#476B51
8#4D6554
9#535F57

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E8
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4D4
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECB3
BordersInactive statesPlaceholder text
400
69E2
#69E28B
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDA6A
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BC4F
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D963F
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B2D
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D451D
Primary textHigh emphasis contentDark headings
950
082B
#082B12
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F2FDF5;
  --sea-green-100: #E1F9E8;
  --sea-green-200: #C7F4D4;
  --sea-green-300: #9CECB3;
  --sea-green-400: #69E28B;
  --sea-green-500: #3EDA6A;
  --sea-green-600: #24BC4F;
  --sea-green-700: #1D963F;
  --sea-green-800: #146B2D;
  --sea-green-900: #0D451D;
  --sea-green-950: #082B12;
}
Generate More ShadesCreate PaletteConvert Color