Sea Green
#176963
CyanColor Codes
All color formats for development
HEX
#176963RGB
rgb(23, 105, 99)HSL
hsl(176, 64%, 25%)OKLCH
oklch(0.473 0.075 187.6)CMYK
cmyk(78%, 0%, 6%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E59
2#12544F
3#104945
4#0E3F3B
5#0B3432
6#092A28
7#071F1E
8#051514
9#020A0A
Tints
Lighter variations
1#1E8881
2#25A79F
3#2CC7BC
4#43D6CC
5#62DDD4
6#82E3DD
7#A1EAE5
8#C0F1EE
9#E0F8F6
Tones
Muted variations
1#1B6460
2#1F605C
3#235C59
4#275855
5#2B5451
6#2F504E
7#344C4A
8#384847
9#3C4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAE5 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFD7 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B8AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #20928B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFC;
--sea-green-100: #E2F9F7;
--sea-green-200: #C9F3F0;
--sea-green-300: #9FEAE5;
--sea-green-400: #6DDFD7;
--sea-green-500: #43D6CC;
--sea-green-600: #28B8AE;
--sea-green-700: #20928B;
--sea-green-800: #176963;
--sea-green-900: #0F433F;
--sea-green-950: #092A28;
}