Sea Green
#27B94C
GreenColor Codes
All color formats for development
HEX
#27B94CRGB
rgb(39, 185, 76)HSL
hsl(135, 65%, 44%)OKLCH
oklch(0.689 0.192 147)CMYK
cmyk(79%, 0%, 59%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A744
2#1F943D
3#1B8235
4#186F2D
5#145D26
6#104A1E
7#0C3817
8#08250F
9#041308
Tints
Lighter variations
1#2CD155
2#43D768
3#5ADC7B
4#72E18D
5#89E6A0
6#A1EBB3
7#B8F0C6
8#D0F5D9
9#E7FAEC
Tones
Muted variations
1#2FB24F
2#36AB53
3#3DA357
4#449C5A
5#4C955E
6#538D62
7#5A8665
8#627F69
9#69776D
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 #C8F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB1 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE089 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D767 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B94C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F933C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431C | 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: #C8F3D3;
--sea-green-300: #9EEAB1;
--sea-green-400: #6CE089;
--sea-green-500: #42D767;
--sea-green-600: #27B94C;
--sea-green-700: #1F933C;
--sea-green-800: #16692B;
--sea-green-900: #0E431C;
--sea-green-950: #092A11;
}