Sea Green

#149F5E

Green

Color Codes

All color formats for development

HEX
#149F5E
RGB
rgb(20, 159, 94)
HSL
hsl(152, 78%, 35%)
OKLCH
oklch(0.619 0.147 155.5)
CMYK
cmyk(87%, 0%, 41%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.41:1

AA AAA

On Black Background

6.15: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#128F55
2#107F4B
3#0E6F42
4#0C5F38
5#0A4F2F
6#084026
7#06301C
8#042013
9#021009

Tints

Lighter variations

1#17BC6F
2#1BDA81
3#30E591
4#4EE9A1
5#6BEDB0
6#89F0C0
7#A6F4D0
8#C4F8E0
9#E1FBEF

Tones

Muted variations

1#1B985D
2#22915D
3#298A5C
4#2F835C
5#367C5C
6#3D755B
7#446E5B
8#4B675A
9#52605A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEE
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E0
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2C7
BordersInactive statesPlaceholder text
400
60EB
#60EBAA
Disabled statesSecondary iconsMuted text
500
33E6
#33E692
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C876
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F5E
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7143
Text on light backgroundsHeadingsStrong borders
900
0949
#09492B
Primary textHigh emphasis contentDark headings
950
062D
#062D1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FDF8;
  --sea-green-100: #DFFBEE;
  --sea-green-200: #C4F8E0;
  --sea-green-300: #97F2C7;
  --sea-green-400: #60EBAA;
  --sea-green-500: #33E692;
  --sea-green-600: #19C876;
  --sea-green-700: #149F5E;
  --sea-green-800: #0E7143;
  --sea-green-900: #09492B;
  --sea-green-950: #062D1B;
}
Generate More ShadesCreate PaletteConvert Color