Sea Green
#1A665E
CyanColor Codes
All color formats for development
HEX
#1A665ERGB
rgb(26, 102, 94)HSL
hsl(174, 59%, 25%)OKLCH
oklch(0.463 0.073 184.7)CMYK
cmyk(75%, 0%, 8%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B54
2#15514B
3#124742
4#103D38
5#0D332F
6#0A2926
7#081E1C
8#051413
9#030A09
Tints
Lighter variations
1#22847A
2#2AA296
3#32C1B2
4#49D0C2
5#67D8CD
6#85E0D7
7#A4E7E1
8#C2EFEB
9#E1F7F5
Tones
Muted variations
1#1E625B
2#225E58
3#255A55
4#295652
5#2D534F
6#314F4C
7#344B49
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 #E3F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7E0 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAD0 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB2A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A655E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11413C | 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: #E3F8F6;
--sea-green-200: #CAF1ED;
--sea-green-300: #A2E7E0;
--sea-green-400: #71DAD0;
--sea-green-500: #49D0C2;
--sea-green-600: #2EB2A5;
--sea-green-700: #258E83;
--sea-green-800: #1A655E;
--sea-green-900: #11413C;
--sea-green-950: #0A2926;
}