Sea Green

#0E7146

Green

Color Codes

All color formats for development

HEX
#0E7146
RGB
rgb(14, 113, 70)
HSL
hsl(154, 78%, 25%)
OKLCH
oklch(0.485 0.109 157.7)
CMYK
cmyk(88%, 0%, 38%, 56%)

Accessibility

WCAG contrast compliance

On White Background

6.05:1

AA AAA

On Black Background

3.47: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#0D663F
2#0B5B38
3#0A4F31
4#08442A
5#073923
6#062D1C
7#042215
8#03170E
9#010B07

Tints

Lighter variations

1#12945B
2#16B671
3#1BD886
4#33E698
5#55EAA9
6#77EEBA
7#99F2CC
8#BBF7DD
9#DDFBEE

Tones

Muted variations

1#136D46
2#186845
3#1D6344
4#225E44
5#275943
6#2C5442
7#314F42
8#364A41
9#3B4540

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FDF8;
  --sea-green-100: #DFFBEF;
  --sea-green-200: #C4F8E1;
  --sea-green-300: #97F2CA;
  --sea-green-400: #60EBAF;
  --sea-green-500: #33E698;
  --sea-green-600: #19C87C;
  --sea-green-700: #149F63;
  --sea-green-800: #0E7146;
  --sea-green-900: #09492D;
  --sea-green-950: #062D1C;
}
Generate More ShadesCreate PaletteConvert Color