Sea Green
#156A5B
CyanColor Codes
All color formats for development
HEX
#156A5BRGB
rgb(21, 106, 91)HSL
hsl(169, 67%, 25%)OKLCH
oklch(0.472 0.081 177.6)CMYK
cmyk(80%, 0%, 14%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136052
2#115549
3#0F4B40
4#0D4036
5#0B352D
6#082B24
7#06201B
8#041512
9#020B09
Tints
Lighter variations
1#1B8A76
2#22AA91
3#28CAAD
4#3FD9BD
5#5FDFC8
6#7FE6D3
7#9FECDE
8#BFF2E9
9#DFF9F4
Tones
Muted variations
1#196658
2#1E6255
3#225E53
4#265950
5#2A554D
6#2F514B
7#334D48
8#374845
9#3B4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECDD | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2CC | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9BD | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D957F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D443A | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFB;
--sea-green-100: #E1F9F5;
--sea-green-200: #C8F4EC;
--sea-green-300: #9DECDD;
--sea-green-400: #6AE2CC;
--sea-green-500: #3FD9BD;
--sea-green-600: #25BBA0;
--sea-green-700: #1D957F;
--sea-green-800: #156A5B;
--sea-green-900: #0D443A;
--sea-green-950: #082B24;
}