Sea Green

#06AC62

Green

Color Codes

All color formats for development

HEX
#06AC62
RGB
rgb(6, 172, 98)
HSL
hsl(153, 93%, 35%)
OKLCH
oklch(0.654 0.161 154.7)
CMYK
cmyk(97%, 0%, 43%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.96:1

AA AAA

On Black Background

7.09:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFD
300
#8EFB
400
#53F9
500
#22F7
600
#08D9
700
#06AC
800
#047B
900
#034F
950
#0231

Shades

Darker variations

1#069B58
2#058A4E
3#047944
4#04673B
5#035631
6#024527
7#02341D
8#012214
9#01110A

Tints

Lighter variations

1#07CC74
2#09EC86
3#1FF796
4#3FF8A5
5#5FF9B4
6#7FFAC3
7#9FFCD2
8#BFFDE1
9#DFFEF0

Tones

Muted variations

1#0FA461
2#179C60
3#1F935F
4#278B5E
5#30835D
6#387A5D
7#40725C
8#496A5B
9#51625A

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEEF
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDE1
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBCA
BordersInactive statesPlaceholder text
400
53F9
#53F9AE
Disabled statesSecondary iconsMuted text
500
22F7
#22F797
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D97B
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC62
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B46
Text on light backgroundsHeadingsStrong borders
900
034F
#034F2D
Primary textHigh emphasis contentDark headings
950
0231
#02311C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F0FEF8;
  --sea-green-100: #DDFEEF;
  --sea-green-200: #BFFDE1;
  --sea-green-300: #8EFBCA;
  --sea-green-400: #53F9AE;
  --sea-green-500: #22F797;
  --sea-green-600: #08D97B;
  --sea-green-700: #06AC62;
  --sea-green-800: #047B46;
  --sea-green-900: #034F2D;
  --sea-green-950: #02311C;
}
Generate More ShadesCreate PaletteConvert Color