Sea Green
#196754
CyanColor Codes
All color formats for development
HEX
#196754RGB
rgb(25, 103, 84)HSL
hsl(165, 61%, 25%)OKLCH
oklch(0.462 0.08 172.6)CMYK
cmyk(76%, 0%, 18%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C4B
2#145243
3#11483A
4#0F3E32
5#0C332A
6#0A2921
7#071F19
8#051511
9#020A08
Tints
Lighter variations
1#20856C
2#28A485
3#2FC39E
4#46D2AF
5#65DABD
6#84E1CA
7#A3E9D7
8#C1F0E4
9#E0F8F2
Tones
Muted variations
1#1D6351
2#215F4F
3#255B4D
4#28574B
5#2C5349
6#304F48
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 #CAF2E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB592 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239074 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196753 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104235 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2921 | 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: #CAF2E8;
--sea-green-300: #A1E8D6;
--sea-green-400: #6FDCC1;
--sea-green-500: #46D2AF;
--sea-green-600: #2CB592;
--sea-green-700: #239074;
--sea-green-800: #196753;
--sea-green-900: #104235;
--sea-green-950: #0A2921;
}