Sea Green
#27B958
GreenColor Codes
All color formats for development
HEX
#27B958RGB
rgb(39, 185, 88)HSL
hsl(140, 65%, 44%)OKLCH
oklch(0.691 0.181 149.2)CMYK
cmyk(79%, 0%, 52%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A74F
2#1F9446
3#1B823E
4#186F35
5#145D2C
6#104A23
7#0C381A
8#082512
9#041309
Tints
Lighter variations
1#2CD163
2#43D774
3#5ADC85
4#72E197
5#89E6A8
6#A1EBBA
7#B8F0CB
8#D0F5DC
9#E7FAEE
Tones
Muted variations
1#2FB25A
2#36AB5D
3#3DA35F
4#449C62
5#4C9564
6#538D66
7#5A8669
8#627F6B
9#69776E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB8 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE092 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D773 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B958 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9346 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166932 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E2F9E9;
--sea-green-200: #C8F3D7;
--sea-green-300: #9EEAB8;
--sea-green-400: #6CE092;
--sea-green-500: #42D773;
--sea-green-600: #27B958;
--sea-green-700: #1F9346;
--sea-green-800: #166932;
--sea-green-900: #0E4320;
--sea-green-950: #092A14;
}