Sea Green
#027E48
GreenColor Codes
All color formats for development
HEX
#027E48RGB
rgb(2, 126, 72)HSL
hsl(154, 97%, 25%)OKLCH
oklch(0.521 0.127 155.5)CMYK
cmyk(98%, 0%, 43%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027141
2#02643A
3#015832
4#014B2B
5#013F24
6#01321D
7#012616
8#00190E
9#000D07
Tints
Lighter variations
1#02A35E
2#03C973
3#04EF89
4#1DFC9B
5#43FCAC
6#68FDBC
7#8EFDCD
8#B4FEDE
9#D9FEEE
Tones
Muted variations
1#087747
2#0E7146
3#146B46
4#1B6545
5#215F44
6#275843
7#2D5242
8#334C41
9#3A4641
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDCC | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCB1 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFC9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DD7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B065 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #01502E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F0FFF8;
--sea-green-100: #DCFEEF;
--sea-green-200: #BEFEE2;
--sea-green-300: #8BFDCC;
--sea-green-400: #4FFCB1;
--sea-green-500: #1DFC9B;
--sea-green-600: #03DD7F;
--sea-green-700: #03B065;
--sea-green-800: #027E48;
--sea-green-900: #01502E;
--sea-green-950: #01321D;
}