Sea Green
#27B953
GreenColor Codes
All color formats for development
HEX
#27B953RGB
rgb(39, 185, 83)HSL
hsl(138, 65%, 44%)OKLCH
oklch(0.69 0.186 148.2)CMYK
cmyk(79%, 0%, 55%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23A74B
2#1F9442
3#1B823A
4#186F32
5#145D2A
6#104A21
7#0C3819
8#082511
9#041308
Tints
Lighter variations
1#2CD15E
2#43D76F
3#5ADC81
4#72E193
5#89E6A5
6#A1EBB7
7#B8F0C9
8#D0F5DB
9#E7FAED
Tones
Muted variations
1#2FB256
2#36AB59
3#3DA35C
4#449C5F
5#4C9562
6#538D65
7#5A8667
8#627F6A
9#69776D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB5 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE08F | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D76E | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B953 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9342 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCF5;
--sea-green-100: #E2F9E9;
--sea-green-200: #C8F3D5;
--sea-green-300: #9EEAB5;
--sea-green-400: #6CE08F;
--sea-green-500: #42D76E;
--sea-green-600: #27B953;
--sea-green-700: #1F9342;
--sea-green-800: #16692F;
--sea-green-900: #0E431E;
--sea-green-950: #092A13;
}