Sea Green

#149F67

Green

Color Codes

All color formats for development

HEX
#149F67
RGB
rgb(20, 159, 103)
HSL
hsl(156, 78%, 35%)
OKLCH
oklch(0.621 0.139 159)
CMYK
cmyk(87%, 0%, 35%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.40:1

AA AAA

On Black Background

6.18: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#128F5D
2#107F53
3#0E6F48
4#0C5F3E
5#0A4F34
6#084029
7#06301F
8#042015
9#02100A

Tints

Lighter variations

1#17BC7A
2#1BDA8D
3#30E59D
4#4EE9AB
5#6BEDB9
6#89F0C7
7#A6F4D5
8#C4F8E3
9#E1FBF1

Tones

Muted variations

1#1B9866
2#229164
3#298A63
4#2F8362
5#367C60
6#3D755F
7#446E5D
8#4B675C
9#52605B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF0
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E3
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2CD
BordersInactive statesPlaceholder text
400
60EB
#60EBB4
Disabled statesSecondary iconsMuted text
500
33E6
#33E69E
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C882
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F67
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E714A
Text on light backgroundsHeadingsStrong borders
900
0949
#09492F
Primary textHigh emphasis contentDark headings
950
062D
#062D1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FDF9;
  --sea-green-100: #DFFBF0;
  --sea-green-200: #C4F8E3;
  --sea-green-300: #97F2CD;
  --sea-green-400: #60EBB4;
  --sea-green-500: #33E69E;
  --sea-green-600: #19C882;
  --sea-green-700: #149F67;
  --sea-green-800: #0E714A;
  --sea-green-900: #09492F;
  --sea-green-950: #062D1D;
}
Generate More ShadesCreate PaletteConvert Color