Sea Green
#196758
CyanColor Codes
All color formats for development
HEX
#196758RGB
rgb(25, 103, 88)HSL
hsl(168, 61%, 25%)OKLCH
oklch(0.464 0.077 176.8)CMYK
cmyk(76%, 0%, 15%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C4E
2#145246
3#11483D
4#0F3E34
5#0C332C
6#0A2923
7#071F1A
8#051511
9#020A09
Tints
Lighter variations
1#208571
2#28A48B
3#2FC3A5
4#46D2B6
5#65DAC2
6#84E1CE
7#A3E9DB
8#C1F0E7
9#E0F8F3
Tones
Muted variations
1#1D6355
2#215F52
3#255B50
4#28574E
5#2C534B
6#304F49
7#344B47
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 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104238 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E2F8F4;
--sea-green-200: #CAF2EA;
--sea-green-300: #A1E8DA;
--sea-green-400: #6FDCC6;
--sea-green-500: #46D2B6;
--sea-green-600: #2CB599;
--sea-green-700: #23907A;
--sea-green-800: #196757;
--sea-green-900: #104238;
--sea-green-950: #0A2923;
}