Sea Green
#2CB560
GreenColor Codes
All color formats for development
HEX
#2CB560RGB
rgb(44, 181, 96)HSL
hsl(143, 61%, 44%)OKLCH
oklch(0.682 0.168 151.1)CMYK
cmyk(76%, 0%, 47%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A357
2#23914D
3#1F7E43
4#1A6C3A
5#165A30
6#124826
7#0D361D
8#092413
9#04120A
Tints
Lighter variations
1#31CC6C
2#47D27C
3#5ED88D
4#75DE9D
5#8CE3AD
6#A3E9BE
7#BAEECE
8#D1F4DE
9#E8F9EF
Tones
Muted variations
1#33AE62
2#39A763
3#40A065
4#479967
5#4E9268
6#558C6A
7#5C856B
8#637E6D
9#69776F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC99 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB560 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196737 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104223 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF6;
--sea-green-100: #E2F8EB;
--sea-green-200: #CAF2D9;
--sea-green-300: #A1E8BC;
--sea-green-400: #6FDC99;
--sea-green-500: #46D27C;
--sea-green-600: #2CB560;
--sea-green-700: #23904D;
--sea-green-800: #196737;
--sea-green-900: #104223;
--sea-green-950: #0A2916;
}