Sea Green

#149F59

Green

Color Codes

All color formats for development

HEX
#149F59
RGB
rgb(20, 159, 89)
HSL
hsl(150, 78%, 35%)
OKLCH
oklch(0.618 0.152 153.8)
CMYK
cmyk(87%, 0%, 44%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.42:1

AA AAA

On Black Background

6.13: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#128F50
2#107F47
3#0E6F3E
4#0C5F36
5#0A4F2D
6#084024
7#06301B
8#042012
9#021009

Tints

Lighter variations

1#17BC6A
2#1BDA7A
3#30E58B
4#4EE99C
5#6BEDAC
6#89F0BD
7#A6F4CD
8#C4F8DE
9#E1FBEE

Tones

Muted variations

1#1B9859
2#229159
3#298A59
4#2F8359
5#367C59
6#3D7559
7#446E59
8#4B6759
9#526059

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBED
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8DE
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2C4
BordersInactive statesPlaceholder text
400
60EB
#60EBA6
Disabled statesSecondary iconsMuted text
500
33E6
#33E68C
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C870
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F59
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7140
Text on light backgroundsHeadingsStrong borders
900
0949
#094929
Primary textHigh emphasis contentDark headings
950
062D
#062D1A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FDF7;
  --sea-green-100: #DFFBED;
  --sea-green-200: #C4F8DE;
  --sea-green-300: #97F2C4;
  --sea-green-400: #60EBA6;
  --sea-green-500: #33E68C;
  --sea-green-600: #19C870;
  --sea-green-700: #149F59;
  --sea-green-800: #0E7140;
  --sea-green-900: #094929;
  --sea-green-950: #062D1A;
}
Generate More ShadesCreate PaletteConvert Color