Sea Green
#27B949
GreenColor Codes
All color formats for development
HEX
#27B949RGB
rgb(39, 185, 73)HSL
hsl(134, 65%, 44%)OKLCH
oklch(0.689 0.194 146.5)CMYK
cmyk(79%, 0%, 61%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A742
2#1F943B
3#1B8233
4#186F2C
5#145D25
6#104A1D
7#0C3816
8#08250F
9#041307
Tints
Lighter variations
1#2CD153
2#43D765
3#5ADC78
4#72E18C
5#89E69F
6#A1EBB2
7#B8F0C5
8#D0F5D9
9#E7FAEC
Tones
Muted variations
1#2FB24D
2#36AB51
3#3DA355
4#449C59
5#4C955D
6#538D61
7#5A8665
8#627F68
9#69776C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB0 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE087 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D764 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B949 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F933A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF5;
--sea-green-100: #E2F9E7;
--sea-green-200: #C8F3D2;
--sea-green-300: #9EEAB0;
--sea-green-400: #6CE087;
--sea-green-500: #42D764;
--sea-green-600: #27B949;
--sea-green-700: #1F933A;
--sea-green-800: #16692A;
--sea-green-900: #0E431B;
--sea-green-950: #092A11;
}