Sea Green

#0E7152

Green

Color Codes

All color formats for development

HEX
#0E7152
RGB
rgb(14, 113, 82)
HSL
hsl(161, 78%, 25%)
OKLCH
oklch(0.488 0.098 165.2)
CMYK
cmyk(88%, 0%, 27%, 56%)

Accessibility

WCAG contrast compliance

On White Background

6.00:1

AA AAA

On Black Background

3.50: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#0D664A
2#0B5B42
3#0A4F39
4#084431
5#073929
6#062D21
7#042219
8#031710
9#010B08

Tints

Lighter variations

1#12946B
2#16B683
3#1BD89C
4#33E6AD
5#55EABB
6#77EEC8
7#99F2D6
8#BBF7E4
9#DDFBF1

Tones

Muted variations

1#136D50
2#18684E
3#1D634D
4#225E4B
5#275949
6#2C5447
7#314F45
8#364A43
9#3B4542

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF2
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E7
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2D5
BordersInactive statesPlaceholder text
400
60EB
#60EBBF
Disabled statesSecondary iconsMuted text
500
33E6
#33E6AD
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C890
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F73
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7152
Text on light backgroundsHeadingsStrong borders
900
0949
#094934
Primary textHigh emphasis contentDark headings
950
062D
#062D21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FDFA;
  --sea-green-100: #DFFBF2;
  --sea-green-200: #C4F8E7;
  --sea-green-300: #97F2D5;
  --sea-green-400: #60EBBF;
  --sea-green-500: #33E6AD;
  --sea-green-600: #19C890;
  --sea-green-700: #149F73;
  --sea-green-800: #0E7152;
  --sea-green-900: #094934;
  --sea-green-950: #062D21;
}
Generate More ShadesCreate PaletteConvert Color