Sea Green
#21915F
GreenColor Codes
All color formats for development
HEX
#21915FRGB
rgb(33, 145, 95)HSL
hsl(153, 63%, 35%)OKLCH
oklch(0.583 0.124 158.6)CMYK
cmyk(77%, 0%, 34%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8355
2#1A744C
3#176642
4#145739
5#11492F
6#0D3A26
7#0A2C1C
8#071D13
9#030F09
Tints
Lighter variations
1#27AC70
2#2DC882
3#42D492
4#5DDAA2
5#78E0B1
6#93E6C1
7#AEEDD0
8#C9F3E0
9#E4F9EF
Tones
Muted variations
1#278C5E
2#2C865E
3#32815D
4#387B5D
5#3D755C
6#43705B
7#486A5B
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 #C9F3E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9C8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEAB | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D593 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21915F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186844 | 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: #C9F3E0;
--sea-green-300: #9FE9C8;
--sea-green-400: #6EDEAB;
--sea-green-500: #44D593;
--sea-green-600: #2AB777;
--sea-green-700: #21915F;
--sea-green-800: #186844;
--sea-green-900: #0F432B;
--sea-green-950: #092A1B;
}