Sea Green
#239043
GreenColor Codes
All color formats for development
HEX
#239043RGB
rgb(35, 144, 67)HSL
hsl(138, 61%, 35%)OKLCH
oklch(0.576 0.149 148.6)CMYK
cmyk(76%, 0%, 53%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F813D
2#1C7336
3#18652F
4#155628
5#114822
6#0E391B
7#0A2B14
8#071D0D
9#030E07
Tints
Lighter variations
1#29AA50
2#30C55D
3#44D26F
4#5FD883
5#7ADF98
6#94E5AD
7#AFECC1
8#CAF2D6
9#E4F9EA
Tones
Muted variations
1#288A46
2#2E8548
3#337F4A
4#397A4C
5#3E744E
6#436F51
7#496A53
8#4E6455
9#545F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC90 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D270 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB555 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239043 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196730 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E2F8E9;
--sea-green-200: #CAF2D6;
--sea-green-300: #A1E8B6;
--sea-green-400: #6FDC90;
--sea-green-500: #46D270;
--sea-green-600: #2CB555;
--sea-green-700: #239043;
--sea-green-800: #196730;
--sea-green-900: #10421F;
--sea-green-950: #0A2913;
}