Sea Green
#18685B
CyanColor Codes
All color formats for development
HEX
#18685BRGB
rgb(24, 104, 91)HSL
hsl(170, 63%, 25%)OKLCH
oklch(0.467 0.077 179.2)CMYK
cmyk(77%, 0%, 12%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E51
2#135348
3#11493F
4#0E3E36
5#0C342D
6#092A24
7#071F1B
8#051512
9#020A09
Tints
Lighter variations
1#1F8776
2#26A691
3#2DC5AC
4#44D5BC
5#63DCC8
6#82E3D3
7#A1EADE
8#C1F1E9
9#E0F8F4
Tones
Muted variations
1#1C6458
2#206055
3#245C52
4#285850
5#2C544D
6#30504A
7#344C48
8#384845
9#3C4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9DD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDECB | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB79F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21917F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #18685B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F433A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFB;
--sea-green-100: #E2F8F5;
--sea-green-200: #C9F3EC;
--sea-green-300: #9FE9DD;
--sea-green-400: #6EDECB;
--sea-green-500: #44D5BC;
--sea-green-600: #2AB79F;
--sea-green-700: #21917F;
--sea-green-800: #18685B;
--sea-green-900: #0F433A;
--sea-green-950: #092A24;
}