Sea Green
#288A72
CyanColor Codes
All color formats for development
HEX
#288A72RGB
rgb(40, 138, 114)HSL
hsl(165, 55%, 35%)OKLCH
oklch(0.571 0.097 172.8)CMYK
cmyk(71%, 0%, 17%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#247D66
2#206F5B
3#1C6150
4#185344
5#144539
6#10372E
7#0C2A22
8#081C17
9#040E0B
Tints
Lighter variations
1#30A487
2#37BE9C
3#4BCBAB
4#65D2B7
5#7FDAC3
6#98E1CF
7#B2E9DB
8#CCF0E7
9#E5F8F3
Tones
Muted variations
1#2D856F
2#32816D
3#377C6A
4#3C7768
5#417266
6#466D63
7#4B6861
8#4F635E
9#545E5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D4 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7BE | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F34 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E3F7F2;
--sea-green-200: #CCF0E7;
--sea-green-300: #A4E5D4;
--sea-green-400: #75D7BE;
--sea-green-500: #4DCBAC;
--sea-green-600: #32AE8F;
--sea-green-700: #288A72;
--sea-green-800: #1D6351;
--sea-green-900: #123F34;
--sea-green-950: #0B2821;
}