Sea Green
#288A6F
GreenColor Codes
All color formats for development
HEX
#288A6FRGB
rgb(40, 138, 111)HSL
hsl(163, 55%, 35%)OKLCH
oklch(0.57 0.099 170.5)CMYK
cmyk(71%, 0%, 20%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#247D63
2#206F58
3#1C614D
4#185342
5#144537
6#10372C
7#0C2A21
8#081C16
9#040E0B
Tints
Lighter variations
1#30A483
2#37BE98
3#4BCBA7
4#65D2B3
5#7FDAC0
6#98E1CD
7#B2E9D9
8#CCF0E6
9#E5F8F2
Tones
Muted variations
1#2D856C
2#32816A
3#377C68
4#3C7766
5#417264
6#466D62
7#4B6860
8#4F635E
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 #CCF0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D2 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7BB | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D634F | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F33 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2820 | 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: #CCF0E6;
--sea-green-300: #A4E5D2;
--sea-green-400: #75D7BB;
--sea-green-500: #4DCBA8;
--sea-green-600: #32AE8B;
--sea-green-700: #288A6F;
--sea-green-800: #1D634F;
--sea-green-900: #123F33;
--sea-green-950: #0B2820;
}