Sea Green
#06AC5C
GreenColor Codes
All color formats for development
HEX
#06AC5CRGB
rgb(6, 172, 92)HSL
hsl(151, 93%, 35%)OKLCH
oklch(0.653 0.167 153)CMYK
cmyk(97%, 0%, 47%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069B53
2#058A4A
3#047940
4#046737
5#03562E
6#024525
7#02341C
8#012212
9#011109
Tints
Lighter variations
1#07CC6D
2#09EC7E
3#1FF78F
4#3FF89F
5#5FF9AF
6#7FFABF
7#9FFCCF
8#BFFDDF
9#DFFEEF
Tones
Muted variations
1#0FA45C
2#179C5B
3#1F935B
4#278B5B
5#30835B
6#387A5A
7#40725A
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 #BFFDDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFB #8EFBC6 | BordersInactive statesPlaceholder text |
| 400 | 53F9 #53F9A9 | Disabled statesSecondary iconsMuted text |
| 500 | 22F7 #22F790 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08D9 #08D974 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06AC #06AC5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047B #047B42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034F #034F2A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311A | 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: #BFFDDF;
--sea-green-300: #8EFBC6;
--sea-green-400: #53F9A9;
--sea-green-500: #22F790;
--sea-green-600: #08D974;
--sea-green-700: #06AC5C;
--sea-green-800: #047B42;
--sea-green-900: #034F2A;
--sea-green-950: #02311A;
}