Sea Green
#1A665D
CyanColor Codes
All color formats for development
HEX
#1A665DRGB
rgb(26, 102, 93)HSL
hsl(173, 59%, 25%)OKLCH
oklch(0.463 0.073 183.5)CMYK
cmyk(75%, 0%, 9%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B53
2#15514A
3#124741
4#103D38
5#0D332E
6#0A2925
7#081E1C
8#051413
9#030A09
Tints
Lighter variations
1#228478
2#2AA294
3#32C1B0
4#49D0C0
5#67D8CB
6#85E0D5
7#A4E7E0
8#C2EFEA
9#E1F7F5
Tones
Muted variations
1#1E625A
2#225E57
3#255A54
4#295651
5#2D534E
6#314F4B
7#344B48
8#384746
9#3C4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7DF | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DACE | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB2A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A655D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11413B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFB;
--sea-green-100: #E3F8F5;
--sea-green-200: #CAF1ED;
--sea-green-300: #A2E7DF;
--sea-green-400: #71DACE;
--sea-green-500: #49D0C0;
--sea-green-600: #2EB2A3;
--sea-green-700: #258E82;
--sea-green-800: #1A655D;
--sea-green-900: #11413B;
--sea-green-950: #0A2925;
}