Sea Green
#1A6556
CyanColor Codes
All color formats for development
HEX
#1A6556RGB
rgb(26, 101, 86)HSL
hsl(168, 59%, 25%)OKLCH
oklch(0.458 0.076 176.3)CMYK
cmyk(74%, 0%, 15%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B4E
2#155145
3#12473C
4#103D34
5#0D332B
6#0A2923
7#081E1A
8#051411
9#030A09
Tints
Lighter variations
1#228470
2#2AA28A
3#32C1A4
4#49D0B5
5#67D8C1
6#85E0CE
7#A4E7DA
8#C2EFE6
9#E1F7F3
Tones
Muted variations
1#1E6254
2#225E52
3#255A50
4#29564D
5#2D534B
6#314F49
7#344B47
8#384744
9#3C4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7D9 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAC5 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB298 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6556 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114137 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E3F8F3;
--sea-green-200: #CAF1EA;
--sea-green-300: #A2E7D9;
--sea-green-400: #71DAC5;
--sea-green-500: #49D0B5;
--sea-green-600: #2EB298;
--sea-green-700: #258E79;
--sea-green-800: #1A6556;
--sea-green-900: #114137;
--sea-green-950: #0A2923;
}