Sea Green
#357D7E
CyanColor Codes
All color formats for development
HEX
#357D7ERGB
rgb(53, 125, 126)HSL
hsl(181, 41%, 35%)OKLCH
oklch(0.545 0.071 196.5)CMYK
cmyk(58%, 1%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F7071
2#2A6465
3#255758
4#204B4C
5#1A3E3F
6#153232
7#102526
8#0B1919
9#050C0D
Tints
Lighter variations
1#3E9495
2#48ABAD
3#5BB9BB
4#73C3C4
5#8ACDCE
6#A2D7D8
7#B9E1E2
8#D0EBEB
9#E8F5F5
Tones
Muted variations
1#38797A
2#3C7677
3#407273
4#436E6F
5#476B6C
6#4B6768
7#4E6464
8#526061
9#565D5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDC #ACDCDC | BordersInactive statesPlaceholder text |
| 400 | 81C9 #81C9CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DBA #5DBABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429D #429D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357D #357D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2659 #26595A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #18393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FAFA;
--sea-green-100: #E6F4F4;
--sea-green-200: #D0EBEB;
--sea-green-300: #ACDCDC;
--sea-green-400: #81C9CA;
--sea-green-500: #5DBABB;
--sea-green-600: #429D9E;
--sea-green-700: #357D7E;
--sea-green-800: #26595A;
--sea-green-900: #18393A;
--sea-green-950: #0F2424;
}