Sea Green
#2CB54C
GreenColor Codes
All color formats for development
HEX
#2CB54CRGB
rgb(44, 181, 76)HSL
hsl(134, 61%, 44%)OKLCH
oklch(0.679 0.185 146.9)CMYK
cmyk(76%, 0%, 58%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A344
2#23913D
3#1F7E35
4#1A6C2D
5#165A26
6#12481E
7#0D3617
8#09240F
9#041208
Tints
Lighter variations
1#31CC55
2#47D268
3#5ED87B
4#75DE8D
5#8CE3A0
6#A3E9B3
7#BAEEC6
8#D1F4D9
9#E8F9EC
Tones
Muted variations
1#33AE4F
2#39A753
3#40A057
4#47995A
5#4E925E
6#558C62
7#5C8565
8#637E69
9#69776D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC89 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D267 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB54C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF5;
--sea-green-100: #E2F8E7;
--sea-green-200: #CAF2D3;
--sea-green-300: #A1E8B1;
--sea-green-400: #6FDC89;
--sea-green-500: #46D267;
--sea-green-600: #2CB54C;
--sea-green-700: #23903C;
--sea-green-800: #19672B;
--sea-green-900: #10421C;
--sea-green-950: #0A2911;
}