Sea Green

#0A7657

Green

Color Codes

All color formats for development

HEX
#0A7657
RGB
rgb(10, 118, 87)
HSL
hsl(163, 84%, 25%)
OKLCH
oklch(0.503 0.101 166.4)
CMYK
cmyk(92%, 0%, 26%, 54%)

Accessibility

WCAG contrast compliance

On White Background

5.61:1

AA AAA

On Black Background

3.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2FA
300
#93F6
400
#5BF1
500
#2CED
600
#12CE
700
#0EA4
800
#0A75
900
#074B
950
#042F

Shades

Darker variations

1#096A4E
2#085E46
3#07523D
4#064634
5#053B2B
6#042F23
7#03231A
8#021711
9#010C09

Tints

Lighter variations

1#0D9871
2#10BC8B
3#13DFA5
4#2CEDB6
5#4FF0C2
6#72F3CE
7#95F6DB
8#B9F9E7
9#DCFCF3

Tones

Muted variations

1#107055
2#156B52
3#1A6550
4#20604E
5#255B4B
6#2A5549
7#305047
8#354A44
9#3A4542

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF4
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAEA
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6DA
BordersInactive statesPlaceholder text
400
5BF1
#5BF1C6
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDB6
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CE99
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA47A
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A7557
Text on light backgroundsHeadingsStrong borders
900
074B
#074B38
Primary textHigh emphasis contentDark headings
950
042F
#042F23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FEFA;
  --sea-green-100: #DEFCF4;
  --sea-green-200: #C2FAEA;
  --sea-green-300: #93F6DA;
  --sea-green-400: #5BF1C6;
  --sea-green-500: #2CEDB6;
  --sea-green-600: #12CE99;
  --sea-green-700: #0EA47A;
  --sea-green-800: #0A7557;
  --sea-green-900: #074B38;
  --sea-green-950: #042F23;
}
Generate More ShadesCreate PaletteConvert Color