Sea Green
#426970
CyanColor Codes
All color formats for development
HEX
#426970RGB
rgb(66, 105, 112)HSL
hsl(189, 26%, 35%)OKLCH
oklch(0.495 0.045 210.1)CMYK
cmyk(41%, 6%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5F65
2#35545A
3#2E4A4F
4#283F43
5#213538
6#1A2A2D
7#142022
8#0D1516
9#070B0B
Tints
Lighter variations
1#4E7D85
2#5B919A
3#6DA0A9
4#82AEB5
5#97BBC2
6#ABC9CE
7#C0D6DA
8#D5E4E6
9#EAF1F3
Tones
Muted variations
1#44686E
2#47666C
3#496569
4#4B6367
5#4E6165
6#506063
7#525E60
8#555C5E
9#575B5C
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 | D5E4 #D5E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CF #B5CFD4 | BordersInactive statesPlaceholder text |
| 400 | 8FB6 #8FB6BD | Disabled statesSecondary iconsMuted text |
| 500 | 6EA1 #6EA1AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5385 #53858D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4269 #426970 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4B #2F4B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E30 #1E3033 | 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: #D5E4E6;
--sea-green-300: #B5CFD4;
--sea-green-400: #8FB6BD;
--sea-green-500: #6EA1AA;
--sea-green-600: #53858D;
--sea-green-700: #426970;
--sea-green-800: #2F4B50;
--sea-green-900: #1E3033;
--sea-green-950: #131E20;
}