Sea Green
#21915B
GreenColor Codes
All color formats for development
HEX
#21915BRGB
rgb(33, 145, 91)HSL
hsl(151, 63%, 35%)OKLCH
oklch(0.583 0.128 156.7)CMYK
cmyk(77%, 0%, 37%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8352
2#1A7449
3#176640
4#145737
5#11492E
6#0D3A24
7#0A2C1B
8#071D12
9#030F09
Tints
Lighter variations
1#27AC6C
2#2DC87D
3#42D48D
4#5DDA9E
5#78E0AE
6#93E6BE
7#AEEDCE
8#C9F3DF
9#E4F9EF
Tones
Muted variations
1#278C5B
2#2C865B
3#32815B
4#387B5A
5#3D755A
6#43705A
7#486A5A
8#4E645A
9#545F59
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 #9FE9C6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEA8 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D58F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB773 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186841 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1A | 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: #9FE9C6;
--sea-green-400: #6EDEA8;
--sea-green-500: #44D58F;
--sea-green-600: #2AB773;
--sea-green-700: #21915B;
--sea-green-800: #186841;
--sea-green-900: #0F432A;
--sea-green-950: #092A1A;
}