Sea Green

#149F47

Green

Color Codes

All color formats for development

HEX
#149F47
RGB
rgb(20, 159, 71)
HSL
hsl(142, 78%, 35%)
OKLCH
oklch(0.615 0.168 149)
CMYK
cmyk(87%, 0%, 55%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.45:1

AA AAA

On Black Background

6.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#128F40
2#107F39
3#0E6F31
4#0C5F2A
5#0A4F23
6#08401C
7#063015
8#04200E
9#021007

Tints

Lighter variations

1#17BC54
2#1BDA61
3#30E573
4#4EE987
5#6BED9B
6#89F0AF
7#A6F4C3
8#C4F8D7
9#E1FBEB

Tones

Muted variations

1#1B9849
2#22914A
3#298A4C
4#2F834E
5#367C50
6#3D7552
7#446E54
8#4B6756
9#526057

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF6
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE9
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D7
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2B8
BordersInactive statesPlaceholder text
400
60EB
#60EB93
Disabled statesSecondary iconsMuted text
500
33E6
#33E674
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C859
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F47
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7132
Text on light backgroundsHeadingsStrong borders
900
0949
#094920
Primary textHigh emphasis contentDark headings
950
062D
#062D14
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FDF6;
  --sea-green-100: #DFFBE9;
  --sea-green-200: #C4F8D7;
  --sea-green-300: #97F2B8;
  --sea-green-400: #60EB93;
  --sea-green-500: #33E674;
  --sea-green-600: #19C859;
  --sea-green-700: #149F47;
  --sea-green-800: #0E7132;
  --sea-green-900: #094920;
  --sea-green-950: #062D14;
}
Generate More ShadesCreate PaletteConvert Color