Sea Green
#2CB565
GreenColor Codes
All color formats for development
HEX
#2CB565RGB
rgb(44, 181, 101)HSL
hsl(145, 61%, 44%)OKLCH
oklch(0.683 0.163 152.4)CMYK
cmyk(76%, 0%, 44%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27A35B
2#239151
3#1F7E47
4#1A6C3C
5#165A32
6#124828
7#0D361E
8#092414
9#04120A
Tints
Lighter variations
1#31CC72
2#47D281
3#5ED891
4#75DEA1
5#8CE3B0
6#A3E9C0
7#BAEED0
8#D1F4E0
9#E8F9EF
Tones
Muted variations
1#33AE66
2#39A767
3#40A068
4#479969
5#4E926A
6#558C6C
7#5C856D
8#637E6E
9#69776F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BE | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC9D | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D281 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB565 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239050 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196739 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104225 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E2F8EB;
--sea-green-200: #CAF2DA;
--sea-green-300: #A1E8BE;
--sea-green-400: #6FDC9D;
--sea-green-500: #46D281;
--sea-green-600: #2CB565;
--sea-green-700: #239050;
--sea-green-800: #196739;
--sea-green-900: #104225;
--sea-green-950: #0A2917;
}