Sea Green
#248F5B
GreenColor Codes
All color formats for development
HEX
#248F5BRGB
rgb(36, 143, 91)HSL
hsl(151, 60%, 35%)OKLCH
oklch(0.578 0.124 157)CMYK
cmyk(75%, 0%, 36%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208152
2#1D7249
3#196440
4#155637
5#12472E
6#0E3924
7#0B2B1B
8#071D12
9#040E09
Tints
Lighter variations
1#2AA96C
2#31C47D
3#45D18D
4#60D79E
5#7ADEAE
6#95E4BE
7#AFEBCE
8#CAF2DF
9#E4F8EF
Tones
Muted variations
1#29895B
2#2E845B
3#347F5A
4#39795A
5#3E745A
6#446F5A
7#49695A
8#4F645A
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 | CAF2 #CAF2DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C6 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBA8 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D18F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB472 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F5B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6641 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291A | 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: #CAF2DF;
--sea-green-300: #A1E8C6;
--sea-green-400: #70DBA8;
--sea-green-500: #47D18F;
--sea-green-600: #2DB472;
--sea-green-700: #248F5B;
--sea-green-800: #1A6641;
--sea-green-900: #10412A;
--sea-green-950: #0A291A;
}