Sea Green
#10A263
GreenColor Codes
All color formats for development
HEX
#10A263RGB
rgb(16, 162, 99)HSL
hsl(154, 82%, 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#0E9259
2#0D824F
3#0B7245
4#0A613B
5#085132
6#064128
7#05311E
8#032014
9#02100A
Tints
Lighter variations
1#13C175
2#16DF88
3#2CEA98
4#4AEDA6
5#68F0B5
6#86F3C4
7#A5F6D3
8#C3F9E1
9#E1FCF0
Tones
Muted variations
1#179B62
2#1F9461
3#268C60
4#2D855F
5#357E5E
6#3C775D
7#436F5C
8#4B685B
9#52615A
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 | 94F4 #94F4CB | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB0 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEA99 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7447 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A2D | 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: #94F4CB;
--sea-green-400: #5DEFB0;
--sea-green-500: #2EEA99;
--sea-green-600: #14CC7C;
--sea-green-700: #10A263;
--sea-green-800: #0B7447;
--sea-green-900: #074A2D;
--sea-green-950: #052E1C;
}