Sea Green
#27B942
GreenColor Codes
All color formats for development
HEX
#27B942RGB
rgb(39, 185, 66)HSL
hsl(131, 65%, 44%)OKLCH
oklch(0.688 0.199 145.5)CMYK
cmyk(79%, 0%, 64%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A73B
2#1F9435
3#1B822E
4#186F28
5#145D21
6#104A1A
7#0C3814
8#08250D
9#041307
Tints
Lighter variations
1#2CD14A
2#43D75E
3#5ADC72
4#72E186
5#89E69A
6#A1EBAE
7#B8F0C3
8#D0F5D7
9#E7FAEB
Tones
Muted variations
1#2FB247
2#36AB4B
3#3DA350
4#449C54
5#4C9559
6#538D5E
7#5A8662
8#627F67
9#69776C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAAC | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE081 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D75D | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B942 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9335 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166926 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4318 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF4;
--sea-green-100: #E2F9E6;
--sea-green-200: #C8F3D0;
--sea-green-300: #9EEAAC;
--sea-green-400: #6CE081;
--sea-green-500: #42D75D;
--sea-green-600: #27B942;
--sea-green-700: #1F9335;
--sea-green-800: #166926;
--sea-green-900: #0E4318;
--sea-green-950: #092A0F;
}