Sea Green
#1A655A
CyanColor Codes
All color formats for development
HEX
#1A655ARGB
rgb(26, 101, 90)HSL
hsl(171, 59%, 25%)OKLCH
oklch(0.459 0.073 181)CMYK
cmyk(74%, 0%, 11%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B51
2#155148
3#12473F
4#103D36
5#0D332D
6#0A2924
7#081E1B
8#051412
9#030A09
Tints
Lighter variations
1#228475
2#2AA290
3#32C1AB
4#49D0BC
5#67D8C7
6#85E0D2
7#A4E7DD
8#C2EFE9
9#E1F7F4
Tones
Muted variations
1#1E6257
2#225E55
3#255A52
4#295650
5#2D534D
6#314F4A
7#344B48
8#384745
9#3C4442
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 #CAF1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7DD | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DACB | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB29F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A655A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11413A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2924 | 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: #CAF1EC;
--sea-green-300: #A2E7DD;
--sea-green-400: #71DACB;
--sea-green-500: #49D0BC;
--sea-green-600: #2EB29F;
--sea-green-700: #258E7E;
--sea-green-800: #1A655A;
--sea-green-900: #11413A;
--sea-green-950: #0A2924;
}