Sea Green
#1B655D
CyanColor Codes
All color formats for development
HEX
#1B655DRGB
rgb(27, 101, 93)HSL
hsl(174, 58%, 25%)OKLCH
oklch(0.46 0.072 184.6)CMYK
cmyk(73%, 0%, 8%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B54
2#15514B
3#134741
4#103C38
5#0D322F
6#0B2825
7#081E1C
8#051413
9#030A09
Tints
Lighter variations
1#238379
2#2BA195
3#33BFB1
4#4ACFC1
5#68D7CC
6#86DFD6
7#A4E7E0
8#C3EFEA
9#E1F7F5
Tones
Muted variations
1#1E615A
2#225D57
3#265A54
4#2A5651
5#2D524F
6#314F4C
7#354B49
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 #E3F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E0 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DACF | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B655D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11403C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFB;
--sea-green-100: #E3F8F5;
--sea-green-200: #CBF1ED;
--sea-green-300: #A2E6E0;
--sea-green-400: #72DACF;
--sea-green-500: #4ACFC1;
--sea-green-600: #2FB1A4;
--sea-green-700: #258D83;
--sea-green-800: #1B655D;
--sea-green-900: #11403C;
--sea-green-950: #0B2825;
}