Sea Green
#06AC5F
GreenColor Codes
All color formats for development
HEX
#06AC5FRGB
rgb(6, 172, 95)HSL
hsl(152, 93%, 35%)OKLCH
oklch(0.654 0.164 153.8)CMYK
cmyk(97%, 0%, 45%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B55
2#058A4C
3#047942
4#046739
5#03562F
6#024526
7#02341C
8#012213
9#011109
Tints
Lighter variations
1#07CC70
2#09EC82
3#1FF792
4#3FF8A2
5#5FF9B1
6#7FFAC1
7#9FFCD0
8#BFFDE0
9#DFFEEF
Tones
Muted variations
1#0FA45E
2#179C5E
3#1F935D
4#278B5D
5#30835C
6#387A5B
7#40725B
8#496A5A
9#51625A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBC8 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9AB | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F793 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D977 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F0FEF8;
--sea-green-100: #DDFEEE;
--sea-green-200: #BFFDE0;
--sea-green-300: #8EFBC8;
--sea-green-400: #53F9AB;
--sea-green-500: #22F793;
--sea-green-600: #08D977;
--sea-green-700: #06AC5F;
--sea-green-800: #047B44;
--sea-green-900: #034F2B;
--sea-green-950: #02311B;
}