Sea Green
#1C976A
GreenColor Codes
All color formats for development
HEX
#1C976ARGB
rgb(28, 151, 106)HSL
hsl(158, 69%, 35%)OKLCH
oklch(0.601 0.124 162.4)CMYK
cmyk(81%, 0%, 30%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19885F
2#167955
3#136A4A
4#115A3F
5#0E4B35
6#0B3C2A
7#082D20
8#061E15
9#030F0B
Tints
Lighter variations
1#21B37D
2#26CF91
3#3BDBA0
4#57E0AE
5#73E5BB
6#8FEAC9
7#ABF0D6
8#C7F5E4
9#E3FAF1
Tones
Muted variations
1#229168
2#288B66
3#2E8465
4#347E63
5#3A7861
6#417260
7#476C5E
8#4D665D
9#535F5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCF | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C976A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4530 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF9;
--sea-green-100: #E1F9F0;
--sea-green-200: #C7F5E4;
--sea-green-300: #9CEDCF;
--sea-green-400: #68E3B6;
--sea-green-500: #3DDBA1;
--sea-green-600: #23BE85;
--sea-green-700: #1C976A;
--sea-green-800: #146C4B;
--sea-green-900: #0D4530;
--sea-green-950: #082B1E;
}