Sea Green
#166962
CyanColor Codes
All color formats for development
HEX
#166962RGB
rgb(22, 105, 98)HSL
hsl(175, 65%, 25%)OKLCH
oklch(0.472 0.076 186.4)CMYK
cmyk(79%, 0%, 7%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#145F58
2#12544F
3#104A45
4#0D3F3B
5#0B3531
6#092A27
7#07201D
8#041514
9#020B0A
Tints
Lighter variations
1#1D8980
2#24A89D
3#2AC8BB
4#42D7CA
5#61DED3
6#81E4DC
7#A0EBE5
8#C0F2ED
9#DFF8F6
Tones
Muted variations
1#1A655F
2#1F615B
3#235D58
4#275954
5#2B5451
6#2F504E
7#334C4A
8#374847
9#3C4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE4 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D6 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFB;
--sea-green-100: #E2F9F7;
--sea-green-200: #C8F3F0;
--sea-green-300: #9EEAE4;
--sea-green-400: #6CE0D6;
--sea-green-500: #42D7CA;
--sea-green-600: #27B9AD;
--sea-green-700: #1F938A;
--sea-green-800: #166962;
--sea-green-900: #0E433F;
--sea-green-950: #092A27;
}