Sea Green
#2CB563
GreenColor Codes
All color formats for development
HEX
#2CB563RGB
rgb(44, 181, 99)HSL
hsl(144, 61%, 44%)OKLCH
oklch(0.683 0.165 151.9)CMYK
cmyk(76%, 0%, 45%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A359
2#23914F
3#1F7E45
4#1A6C3B
5#165A31
6#124827
7#0D361E
8#092414
9#04120A
Tints
Lighter variations
1#31CC6F
2#47D27F
3#5ED88F
4#75DE9F
5#8CE3AF
6#A3E9BF
7#BAEECF
8#D1F4DF
9#E8F9EF
Tones
Muted variations
1#33AE64
2#39A765
3#40A067
4#479968
5#4E9269
6#558C6B
7#5C856C
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 #CAF2DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9B | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB563 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196738 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104224 | 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: #CAF2DA;
--sea-green-300: #A1E8BD;
--sea-green-400: #6FDC9B;
--sea-green-500: #46D27E;
--sea-green-600: #2CB563;
--sea-green-700: #23904E;
--sea-green-800: #196738;
--sea-green-900: #104224;
--sea-green-950: #0A2916;
}