Sea Green

#0E7155

Green

Color Codes

All color formats for development

HEX
#0E7155
RGB
rgb(14, 113, 85)
HSL
hsl(163, 78%, 25%)
OKLCH
oklch(0.489 0.096 167.5)
CMYK
cmyk(88%, 0%, 25%, 56%)

Accessibility

WCAG contrast compliance

On White Background

5.98:1

AA AAA

On Black Background

3.51: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#0D664D
2#0B5B44
3#0A4F3C
4#084433
5#07392B
6#062D22
7#04221A
8#031711
9#010B09

Tints

Lighter variations

1#12946F
2#16B688
3#1BD8A2
4#33E6B3
5#55EAC0
6#77EECC
7#99F2D9
8#BBF7E6
9#DDFBF2

Tones

Muted variations

1#136D53
2#186851
3#1D634F
4#225E4D
5#27594B
6#2C5448
7#314F46
8#364A44
9#3B4542

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF3
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E9
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2D8
BordersInactive statesPlaceholder text
400
60EB
#60EBC4
Disabled statesSecondary iconsMuted text
500
33E6
#33E6B3
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C896
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F77
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7155
Text on light backgroundsHeadingsStrong borders
900
0949
#094937
Primary textHigh emphasis contentDark headings
950
062D
#062D22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FDFA;
  --sea-green-100: #DFFBF3;
  --sea-green-200: #C4F8E9;
  --sea-green-300: #97F2D8;
  --sea-green-400: #60EBC4;
  --sea-green-500: #33E6B3;
  --sea-green-600: #19C896;
  --sea-green-700: #149F77;
  --sea-green-800: #0E7155;
  --sea-green-900: #094937;
  --sea-green-950: #062D22;
}
Generate More ShadesCreate PaletteConvert Color