Sea Green
#436870
CyanColor Codes
All color formats for development
HEX
#436870RGB
rgb(67, 104, 112)HSL
hsl(191, 25%, 35%)OKLCH
oklch(0.493 0.044 212.8)CMYK
cmyk(40%, 7%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C5D64
2#365359
3#2F484E
4#283E43
5#213438
6#1B292D
7#141F21
8#0D1516
9#070A0B
Tints
Lighter variations
1#4F7B84
2#5C8E99
3#6E9DA8
4#83ABB4
5#97B9C1
6#ACC7CD
7#C1D5DA
8#D6E3E6
9#EAF1F3
Tones
Muted variations
1#45666D
2#47656B
3#4A6369
4#4C6267
5#4E6064
6#505F62
7#535D60
8#555C5E
9#575B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CE #B6CED3 | BordersInactive statesPlaceholder text |
| 400 | 8FB4 #8FB4BC | Disabled statesSecondary iconsMuted text |
| 500 | 709E #709EA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5482 #54828C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4367 #436770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304A #304A50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2F #1F2F33 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9F9;
--sea-green-100: #E9F0F2;
--sea-green-200: #D6E3E6;
--sea-green-300: #B6CED3;
--sea-green-400: #8FB4BC;
--sea-green-500: #709EA9;
--sea-green-600: #54828C;
--sea-green-700: #436770;
--sea-green-800: #304A50;
--sea-green-900: #1F2F33;
--sea-green-950: #131E20;
}