Sea Green

#12A14B

Green

Color Codes

All color formats for development

HEX
#12A14B
RGB
rgb(18, 161, 75)
HSL
hsl(144, 80%, 35%)
OKLCH
oklch(0.621 0.167 149.8)
CMYK
cmyk(89%, 0%, 53%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.37:1

AA AAA

On Black Background

6.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#109143
2#0E813C
3#0C7034
4#0B602D
5#095025
6#07401E
7#053016
8#04200F
9#021007

Tints

Lighter variations

1#15BE59
2#18DC67
3#2EE878
4#4CEB8C
5#6AEE9F
6#88F2B2
7#A5F5C5
8#C3F8D9
9#E1FCEC

Tones

Muted variations

1#199A4C
2#20924E
3#278B4F
4#2E8451
5#367D52
6#3D7654
7#446F55
8#4B6856
9#526058

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF6
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEA
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8D9
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3BB
BordersInactive statesPlaceholder text
400
5EED
#5EED97
Disabled statesSecondary iconsMuted text
500
30E8
#30E87A
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA5E
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A14B
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7336
Text on light backgroundsHeadingsStrong borders
900
0849
#084922
Primary textHigh emphasis contentDark headings
950
052E
#052E15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FDF6;
  --sea-green-100: #DFFBEA;
  --sea-green-200: #C3F8D9;
  --sea-green-300: #95F3BB;
  --sea-green-400: #5EED97;
  --sea-green-500: #30E87A;
  --sea-green-600: #16CA5E;
  --sea-green-700: #12A14B;
  --sea-green-800: #0D7336;
  --sea-green-900: #084922;
  --sea-green-950: #052E15;
}
Generate More ShadesCreate PaletteConvert Color