Sea Green

#0F7056

Green

Color Codes

All color formats for development

HEX
#0F7056
RGB
rgb(15, 112, 86)
HSL
hsl(164, 76%, 25%)
OKLCH
oklch(0.487 0.093 168.8)
CMYK
cmyk(87%, 0%, 23%, 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
#F2FD
100
#E0FB
200
#C5F7
300
#98F1
400
#62EA
500
#35E3
600
#1BC5
700
#159D
800
#0F70
900
#0A48
950
#062D

Shades

Darker variations

1#0E654E
2#0C5A45
3#0B4F3C
4#094334
5#08382B
6#062D23
7#05221A
8#031611
9#020B09

Tints

Lighter variations

1#149270
2#18B48A
3#1DD5A4
4#35E3B5
5#57E8C1
6#78EDCE
7#9AF1DA
8#BCF6E6
9#DDFAF3

Tones

Muted variations

1#146B54
2#196752
3#1E6250
4#235D4D
5#28584B
6#2C5349
7#314E47
8#364944
9#3B4542

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF3
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7EA
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1D9
BordersInactive statesPlaceholder text
400
62EA
#62EAC5
Disabled statesSecondary iconsMuted text
500
35E3
#35E3B5
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC598
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D79
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F7056
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4837
Primary textHigh emphasis contentDark headings
950
062D
#062D23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F2FDFA;
  --sea-green-100: #E0FBF3;
  --sea-green-200: #C5F7EA;
  --sea-green-300: #98F1D9;
  --sea-green-400: #62EAC5;
  --sea-green-500: #35E3B5;
  --sea-green-600: #1BC598;
  --sea-green-700: #159D79;
  --sea-green-800: #0F7056;
  --sea-green-900: #0A4837;
  --sea-green-950: #062D23;
}
Generate More ShadesCreate PaletteConvert Color