Sea Green
#196756
CyanColor Codes
All color formats for development
HEX
#196756RGB
rgb(25, 103, 86)HSL
hsl(167, 61%, 25%)OKLCH
oklch(0.463 0.079 174.6)CMYK
cmyk(76%, 0%, 17%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C4D
2#145245
3#11483C
4#0F3E33
5#0C332B
6#0A2922
7#071F1A
8#051511
9#020A09
Tints
Lighter variations
1#208570
2#28A489
3#2FC3A3
4#46D2B4
5#65DAC0
6#84E1CD
7#A3E9D9
8#C1F0E6
9#E0F8F2
Tones
Muted variations
1#1D6354
2#215F51
3#255B4F
4#28574D
5#2C534B
6#304F49
7#344B46
8#384844
9#3C4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC5 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB597 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239078 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196756 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104237 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E2F8F3;
--sea-green-200: #CAF2E9;
--sea-green-300: #A1E8D9;
--sea-green-400: #6FDCC5;
--sea-green-500: #46D2B4;
--sea-green-600: #2CB597;
--sea-green-700: #239078;
--sea-green-800: #196756;
--sea-green-900: #104237;
--sea-green-950: #0A2922;
}