Sea Green
#2FB168
GreenColor Codes
All color formats for development
HEX
#2FB168RGB
rgb(47, 177, 104)HSL
hsl(146, 58%, 44%)OKLCH
oklch(0.674 0.154 153.6)CMYK
cmyk(73%, 0%, 41%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AA05D
2#268E53
3#217C48
4#1C6A3E
5#185934
6#134729
7#0E351F
8#092315
9#05120A
Tints
Lighter variations
1#35C875
2#4BCF84
3#61D593
4#78DBA3
5#8EE1B2
6#A5E7C1
7#BBEDD1
8#D2F3E0
9#E8F9F0
Tones
Muted variations
1#36AB68
2#3CA469
3#439E6A
4#49976B
5#50916C
6#568A6D
7#5D846E
8#637D6E
9#6A776F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C0 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA9F | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF83 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB168 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF7;
--sea-green-100: #E3F8EC;
--sea-green-200: #CBF1DB;
--sea-green-300: #A2E6C0;
--sea-green-400: #72DA9F;
--sea-green-500: #4ACF83;
--sea-green-600: #2FB168;
--sea-green-700: #258D52;
--sea-green-800: #1B653B;
--sea-green-900: #114026;
--sea-green-950: #0B2818;
}