Sea Green
#11A263
GreenColor Codes
All color formats for development
HEX
#11A263RGB
rgb(17, 162, 99)HSL
hsl(154, 81%, 35%)OKLCH
oklch(0.628 0.147 156.8)CMYK
cmyk(90%, 0%, 39%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9159
2#0E814F
3#0C7145
4#0A613B
5#085131
6#074128
7#05301E
8#032014
9#02100A
Tints
Lighter variations
1#14C075
2#17DE88
3#2DE998
4#4BECA6
5#69EFB5
6#87F2C4
7#A5F6D3
8#C3F9E1
9#E1FCF0
Tones
Muted variations
1#189A62
2#1F9361
3#278C60
4#2E855F
5#357D5E
6#3C765D
7#446F5C
8#4B685B
9#52605A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4CB | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEAF | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE999 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A2D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DFFCEF;
--sea-green-200: #C3F9E1;
--sea-green-300: #95F4CB;
--sea-green-400: #5DEEAF;
--sea-green-500: #2FE999;
--sea-green-600: #15CB7C;
--sea-green-700: #11A263;
--sea-green-800: #0C7347;
--sea-green-900: #084A2D;
--sea-green-950: #052E1C;
}