Sea Green

#12A14D

Green

Color Codes

All color formats for development

HEX
#12A14D
RGB
rgb(18, 161, 77)
HSL
hsl(145, 80%, 35%)
OKLCH
oklch(0.622 0.165 150.3)
CMYK
cmyk(89%, 0%, 52%, 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#109146
2#0E813E
3#0C7036
4#0B602E
5#095027
6#07401F
7#053017
8#04200F
9#021008

Tints

Lighter variations

1#15BE5C
2#18DC6A
3#2EE87C
4#4CEB8E
5#6AEEA1
6#88F2B4
7#A5F5C7
8#C3F8D9
9#E1FCEC

Tones

Muted variations

1#199A4F
2#209250
3#278B51
4#2E8452
5#367D53
6#3D7654
7#446F56
8#4B6857
9#526058

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FDF6;
  --sea-green-100: #DFFBEB;
  --sea-green-200: #C3F8D9;
  --sea-green-300: #95F3BD;
  --sea-green-400: #5EED9A;
  --sea-green-500: #30E87D;
  --sea-green-600: #16CA61;
  --sea-green-700: #12A14D;
  --sea-green-800: #0D7337;
  --sea-green-900: #084923;
  --sea-green-950: #052E16;
}
Generate More ShadesCreate PaletteConvert Color