Sea Green
#21915D
GreenColor Codes
All color formats for development
HEX
#21915DRGB
rgb(33, 145, 93)HSL
hsl(152, 63%, 35%)OKLCH
oklch(0.583 0.126 157.6)CMYK
cmyk(77%, 0%, 36%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8354
2#1A744A
3#176641
4#145738
5#11492E
6#0D3A25
7#0A2C1C
8#071D13
9#030F09
Tints
Lighter variations
1#27AC6E
2#2DC880
3#42D490
4#5DDAA0
5#78E0B0
6#93E6BF
7#AEEDCF
8#C9F3DF
9#E4F9EF
Tones
Muted variations
1#278C5D
2#2C865C
3#32815C
4#387B5B
5#3D755B
6#43705B
7#486A5A
8#4E645A
9#545F5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA9 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D591 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB775 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186842 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF8;
--sea-green-100: #E2F8EE;
--sea-green-200: #C9F3DF;
--sea-green-300: #9FE9C7;
--sea-green-400: #6EDEA9;
--sea-green-500: #44D591;
--sea-green-600: #2AB775;
--sea-green-700: #21915D;
--sea-green-800: #186842;
--sea-green-900: #0F432B;
--sea-green-950: #092A1B;
}