Sea Green
#196763
CyanColor Codes
All color formats for development
HEX
#196763RGB
rgb(25, 103, 99)HSL
hsl(177, 61%, 25%)OKLCH
oklch(0.468 0.073 189.9)CMYK
cmyk(76%, 0%, 4%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C59
2#14524F
3#114845
4#0F3E3B
5#0C3331
6#0A2927
7#071F1E
8#051514
9#020A0A
Tints
Lighter variations
1#208580
2#28A49E
3#2FC3BC
4#46D2CB
5#65DAD4
6#84E1DC
7#A3E9E5
8#C1F0EE
9#E0F8F6
Tones
Muted variations
1#1D635F
2#215F5C
3#255B58
4#285755
5#2C5351
6#304F4E
7#344B4A
8#384847
9#3C4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD7 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23908A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFC;
--sea-green-100: #E2F8F7;
--sea-green-200: #CAF2F0;
--sea-green-300: #A1E8E5;
--sea-green-400: #6FDCD7;
--sea-green-500: #46D2CB;
--sea-green-600: #2CB5AE;
--sea-green-700: #23908A;
--sea-green-800: #196763;
--sea-green-900: #10423F;
--sea-green-950: #0A2927;
}