Sea Green

#149F52

Green

Color Codes

All color formats for development

HEX
#149F52
RGB
rgb(20, 159, 82)
HSL
hsl(147, 78%, 35%)
OKLCH
oklch(0.617 0.158 151.8)
CMYK
cmyk(87%, 0%, 48%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.44:1

AA AAA

On Black Background

6.11: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#128F4A
2#107F42
3#0E6F3A
4#0C5F31
5#0A4F29
6#084021
7#063019
8#042010
9#021008

Tints

Lighter variations

1#17BC62
2#1BDA71
3#30E582
4#4EE994
5#6BEDA6
6#89F0B8
7#A6F4C9
8#C4F8DB
9#E1FBED

Tones

Muted variations

1#1B9853
2#229154
3#298A54
4#2F8355
5#367C56
6#3D7556
7#446E57
8#4B6758
9#526059

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEC
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8DB
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2C0
BordersInactive statesPlaceholder text
400
60EB
#60EB9F
Disabled statesSecondary iconsMuted text
500
33E6
#33E683
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C867
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F52
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E713B
Text on light backgroundsHeadingsStrong borders
900
0949
#094926
Primary textHigh emphasis contentDark headings
950
062D
#062D18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FDF7;
  --sea-green-100: #DFFBEC;
  --sea-green-200: #C4F8DB;
  --sea-green-300: #97F2C0;
  --sea-green-400: #60EB9F;
  --sea-green-500: #33E683;
  --sea-green-600: #19C867;
  --sea-green-700: #149F52;
  --sea-green-800: #0E713B;
  --sea-green-900: #094926;
  --sea-green-950: #062D18;
}
Generate More ShadesCreate PaletteConvert Color