Sea Green

#149F49

Green

Color Codes

All color formats for development

HEX
#149F49
RGB
rgb(20, 159, 73)
HSL
hsl(143, 78%, 35%)
OKLCH
oklch(0.616 0.166 149.5)
CMYK
cmyk(87%, 0%, 54%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.45:1

AA AAA

On Black Background

6.09: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#128F42
2#107F3A
3#0E6F33
4#0C5F2C
5#0A4F25
6#08401D
7#063016
8#04200F
9#021007

Tints

Lighter variations

1#17BC57
2#1BDA64
3#30E576
4#4EE989
5#6BED9D
6#89F0B1
7#A6F4C4
8#C4F8D8
9#E1FBEB

Tones

Muted variations

1#1B984B
2#22914C
3#298A4E
4#2F8350
5#367C51
6#3D7553
7#446E54
8#4B6756
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
C4F8
#C4F8D8
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2BA
BordersInactive statesPlaceholder text
400
60EB
#60EB96
Disabled statesSecondary iconsMuted text
500
33E6
#33E677
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C85C
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F49
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7134
Text on light backgroundsHeadingsStrong borders
900
0949
#094921
Primary textHigh emphasis contentDark headings
950
062D
#062D15
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: #C4F8D8;
  --sea-green-300: #97F2BA;
  --sea-green-400: #60EB96;
  --sea-green-500: #33E677;
  --sea-green-600: #19C85C;
  --sea-green-700: #149F49;
  --sea-green-800: #0E7134;
  --sea-green-900: #094921;
  --sea-green-950: #062D15;
}
Generate More ShadesCreate PaletteConvert Color