Sea Green
#248F5F
GreenColor Codes
All color formats for development
HEX
#248F5FRGB
rgb(36, 143, 95)HSL
hsl(153, 60%, 35%)OKLCH
oklch(0.579 0.121 158.9)CMYK
cmyk(75%, 0%, 34%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#208155
2#1D724C
3#196442
4#155639
5#12472F
6#0E3926
7#0B2B1C
8#071D13
9#040E09
Tints
Lighter variations
1#2AA970
2#31C482
3#45D192
4#60D7A2
5#7ADEB1
6#95E4C1
7#AFEBD0
8#CAF2E0
9#E4F8EF
Tones
Muted variations
1#29895E
2#2E845E
3#347F5D
4#39795C
5#3E745C
6#446F5B
7#49695B
8#4F645A
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 | CAF2 #CAF2E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBAB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D193 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB477 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6644 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | 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: #CAF2E0;
--sea-green-300: #A1E8C8;
--sea-green-400: #70DBAB;
--sea-green-500: #47D193;
--sea-green-600: #2DB477;
--sea-green-700: #248F5F;
--sea-green-800: #1A6644;
--sea-green-900: #10412B;
--sea-green-950: #0A291B;
}