Sea Green
#2EB246
GreenColor Codes
All color formats for development
HEX
#2EB246RGB
rgb(46, 178, 70)HSL
hsl(131, 59%, 44%)OKLCH
oklch(0.671 0.186 145.9)CMYK
cmyk(74%, 0%, 61%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29A13F
2#258F38
3#207D31
4#1C6B2A
5#175923
6#12471C
7#0E3615
8#09240E
9#051207
Tints
Lighter variations
1#34C94F
2#49D062
3#60D676
4#77DC89
5#8DE29D
6#A4E8B1
7#BBEDC4
8#D2F3D8
9#E8F9EB
Tones
Muted variations
1#35AC4A
2#3BA54F
3#429F53
4#489857
5#4F915B
6#568B5F
7#5C8464
8#637D68
9#6A776C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7AE | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA84 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D061 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB246 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E38 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6528 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2910 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF4;
--sea-green-100: #E3F8E6;
--sea-green-200: #CAF1D1;
--sea-green-300: #A2E7AE;
--sea-green-400: #71DA84;
--sea-green-500: #49D061;
--sea-green-600: #2EB246;
--sea-green-700: #258E38;
--sea-green-800: #1A6528;
--sea-green-900: #11411A;
--sea-green-950: #0A2910;
}