Sea Green
#248F3E
GreenColor Codes
All color formats for development
HEX
#248F3ERGB
rgb(36, 143, 62)HSL
hsl(135, 60%, 35%)OKLCH
oklch(0.573 0.152 147.3)CMYK
cmyk(75%, 0%, 57%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208138
2#1D7232
3#19642C
4#155625
5#12471F
6#0E3919
7#0B2B13
8#071D0C
9#040E06
Tints
Lighter variations
1#2AA94A
2#31C456
3#45D168
4#60D77E
5#7ADE93
6#95E4A9
7#AFEBBE
8#CAF2D4
9#E4F8E9
Tones
Muted variations
1#298941
2#2E8444
3#347F47
4#397949
5#3E744C
6#446F4F
7#496951
8#4F6454
9#545F57
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B3 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB8B | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D16A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB44F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F3E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E2F8E8;
--sea-green-200: #CAF2D4;
--sea-green-300: #A1E8B3;
--sea-green-400: #70DB8B;
--sea-green-500: #47D16A;
--sea-green-600: #2DB44F;
--sea-green-700: #248F3E;
--sea-green-800: #1A662D;
--sea-green-900: #10411D;
--sea-green-950: #0A2912;
}