Sea Green
#1B655A
CyanColor Codes
All color formats for development
HEX
#1B655ARGB
rgb(27, 101, 90)HSL
hsl(171, 58%, 25%)OKLCH
oklch(0.459 0.073 180.9)CMYK
cmyk(73%, 0%, 11%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B51
2#155148
3#13473F
4#103C36
5#0D322D
6#0B2824
7#081E1B
8#051412
9#030A09
Tints
Lighter variations
1#238375
2#2BA18F
3#33BFAA
4#4ACFBB
5#68D7C6
6#86DFD2
7#A4E7DD
8#C3EFE8
9#E1F7F4
Tones
Muted variations
1#1E6157
2#225D54
3#265A52
4#2A564F
5#2D524D
6#314F4A
7#354B48
8#384745
9#3C4342
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6DC | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DACA | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB19E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B655A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114039 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E3F8F4;
--sea-green-200: #CBF1EB;
--sea-green-300: #A2E6DC;
--sea-green-400: #72DACA;
--sea-green-500: #4ACFBB;
--sea-green-600: #2FB19E;
--sea-green-700: #258D7D;
--sea-green-800: #1B655A;
--sea-green-900: #114039;
--sea-green-950: #0B2824;
}