Sea Green
#1B6561
CyanColor Codes
All color formats for development
HEX
#1B6561RGB
rgb(27, 101, 97)HSL
hsl(177, 58%, 25%)OKLCH
oklch(0.462 0.07 189.7)CMYK
cmyk(73%, 0%, 4%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B57
2#15514E
3#134744
4#103C3A
5#0D3231
6#0B2827
7#081E1D
8#051413
9#030A0A
Tints
Lighter variations
1#23837E
2#2BA19B
3#33BFB8
4#4ACFC8
5#68D7D1
6#86DFDA
7#A4E7E4
8#C3EFED
9#E1F7F6
Tones
Muted variations
1#1E615E
2#225D5A
3#265A57
4#2A5654
5#2D5250
6#314F4D
7#354B4A
8#384746
9#3C4343
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAD4 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFB;
--sea-green-100: #E3F8F6;
--sea-green-200: #CBF1EF;
--sea-green-300: #A2E6E3;
--sea-green-400: #72DAD4;
--sea-green-500: #4ACFC8;
--sea-green-600: #2FB1AB;
--sea-green-700: #258D88;
--sea-green-800: #1B6561;
--sea-green-900: #11403E;
--sea-green-950: #0B2827;
}