Sea Green
#239052
GreenColor Codes
All color formats for development
HEX
#239052RGB
rgb(35, 144, 82)HSL
hsl(146, 61%, 35%)OKLCH
oklch(0.578 0.135 153.2)CMYK
cmyk(76%, 0%, 43%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F814A
2#1C7342
3#186539
4#155631
5#114829
6#0E3921
7#0A2B19
8#071D10
9#030E08
Tints
Lighter variations
1#29AA61
2#30C570
3#44D282
4#5FD893
5#7ADFA5
6#94E5B7
7#AFECC9
8#CAF2DB
9#E4F9ED
Tones
Muted variations
1#288A53
2#2E8553
3#337F54
4#397A55
5#3E7456
6#436F56
7#496A57
8#4E6458
9#545F59
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D283 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB567 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239052 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19673B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104225 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E2F8EC;
--sea-green-200: #CAF2DB;
--sea-green-300: #A1E8C0;
--sea-green-400: #6FDC9E;
--sea-green-500: #46D283;
--sea-green-600: #2CB567;
--sea-green-700: #239052;
--sea-green-800: #19673B;
--sea-green-900: #104225;
--sea-green-950: #0A2917;
}