Sea Green
#19675F
CyanColor Codes
All color formats for development
HEX
#19675FRGB
rgb(25, 103, 95)HSL
hsl(174, 61%, 25%)OKLCH
oklch(0.466 0.074 184.9)CMYK
cmyk(76%, 0%, 8%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#165C55
2#14524C
3#114842
4#0F3E39
5#0C332F
6#0A2926
7#071F1C
8#051513
9#020A09
Tints
Lighter variations
1#20857B
2#28A498
3#2FC3B4
4#46D2C4
5#65DACE
6#84E1D8
7#A3E9E2
8#C1F0EB
9#E0F8F5
Tones
Muted variations
1#1D635C
2#215F59
3#255B56
4#285752
5#2C534F
6#304F4C
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 #CAF2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423D | 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: #CAF2EE;
--sea-green-300: #A1E8E1;
--sea-green-400: #6FDCD1;
--sea-green-500: #46D2C4;
--sea-green-600: #2CB5A7;
--sea-green-700: #239085;
--sea-green-800: #19675F;
--sea-green-900: #10423D;
--sea-green-950: #0A2926;
}