Sea Green
#27B962
GreenColor Codes
All color formats for development
HEX
#27B962RGB
rgb(39, 185, 98)HSL
hsl(144, 65%, 44%)OKLCH
oklch(0.692 0.173 151.4)CMYK
cmyk(79%, 0%, 47%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A758
2#1F944E
3#1B8244
4#186F3B
5#145D31
6#104A27
7#0C381D
8#082514
9#04130A
Tints
Lighter variations
1#2CD16E
2#43D77E
3#5ADC8E
4#72E19E
5#89E6AE
6#A1EBBE
7#B8F0CF
8#D0F5DF
9#E7FAEF
Tones
Muted variations
1#2FB263
2#36AB65
3#3DA366
4#449C67
5#4C9569
6#538D6A
7#5A866C
8#627F6D
9#69776F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEABD | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE09A | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D77D | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B962 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F934E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166937 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4323 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF6;
--sea-green-100: #E2F9EB;
--sea-green-200: #C8F3DA;
--sea-green-300: #9EEABD;
--sea-green-400: #6CE09A;
--sea-green-500: #42D77D;
--sea-green-600: #27B962;
--sea-green-700: #1F934E;
--sea-green-800: #166937;
--sea-green-900: #0E4323;
--sea-green-950: #092A16;
}