Sea Green
#196760
CyanColor Codes
All color formats for development
HEX
#196760RGB
rgb(25, 103, 96)HSL
hsl(175, 61%, 25%)OKLCH
oklch(0.466 0.073 186.1)CMYK
cmyk(76%, 0%, 7%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C57
2#14524D
3#114843
4#0F3E3A
5#0C3330
6#0A2926
7#071F1D
8#051513
9#020A0A
Tints
Lighter variations
1#20857D
2#28A49A
3#2FC3B7
4#46D2C7
5#65DAD0
6#84E1D9
7#A3E9E3
8#C1F0EC
9#E0F8F6
Tones
Muted variations
1#1D635D
2#215F5A
3#255B56
4#285753
5#2C5350
6#304F4D
7#344B49
8#384846
9#3C4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD3 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFB;
--sea-green-100: #E2F8F6;
--sea-green-200: #CAF2EF;
--sea-green-300: #A1E8E2;
--sea-green-400: #6FDCD3;
--sea-green-500: #46D2C7;
--sea-green-600: #2CB5A9;
--sea-green-700: #239087;
--sea-green-800: #196760;
--sea-green-900: #10423E;
--sea-green-950: #0A2926;
}