Sea Green
#288A6D
GreenColor Codes
All color formats for development
HEX
#288A6DRGB
rgb(40, 138, 109)HSL
hsl(162, 55%, 35%)OKLCH
oklch(0.57 0.1 169)CMYK
cmyk(71%, 0%, 21%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#247D62
2#206F57
3#1C614C
4#185341
5#144536
6#10372C
7#0C2A21
8#081C16
9#040E0B
Tints
Lighter variations
1#30A481
2#37BE95
3#4BCBA5
4#65D2B1
5#7FDABE
6#98E1CB
7#B2E9D8
8#CCF0E5
9#E5F8F2
Tones
Muted variations
1#2D856B
2#328169
3#377C67
4#3C7765
5#417263
6#466D61
7#4B685F
8#4F635D
9#545E5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D1 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7B9 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D634E | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F32 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E3F7F1;
--sea-green-200: #CCF0E5;
--sea-green-300: #A4E5D1;
--sea-green-400: #75D7B9;
--sea-green-500: #4DCBA5;
--sea-green-600: #32AE89;
--sea-green-700: #288A6D;
--sea-green-800: #1D634E;
--sea-green-900: #123F32;
--sea-green-950: #0B281F;
}