Sea Green
#356D7E
CyanColor Codes
All color formats for development
HEX
#356D7ERGB
rgb(53, 109, 126)HSL
hsl(194, 41%, 35%)OKLCH
oklch(0.504 0.065 220.2)CMYK
cmyk(58%, 13%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F6271
2#2A5765
3#254C58
4#20414C
5#1A363F
6#152C32
7#102126
8#0B1619
9#050B0D
Tints
Lighter variations
1#3E8195
2#4895AD
3#5BA4BB
4#73B1C4
5#8ABECE
6#A2CBD8
7#B9D8E2
8#D0E5EB
9#E8F2F5
Tones
Muted variations
1#386B7A
2#3C6977
3#406773
4#43656F
5#47636C
6#4B6168
7#4E5F64
8#525D61
9#565B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E5 #D0E5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD1 #ACD1DC | BordersInactive statesPlaceholder text |
| 400 | 81B9 #81B9CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA5 #5DA5BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4289 #42899E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356D #356D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264E #264E5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1832 #18323A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F9FA;
--sea-green-100: #E6F1F4;
--sea-green-200: #D0E5EB;
--sea-green-300: #ACD1DC;
--sea-green-400: #81B9CA;
--sea-green-500: #5DA5BB;
--sea-green-600: #42899E;
--sea-green-700: #356D7E;
--sea-green-800: #264E5A;
--sea-green-900: #18323A;
--sea-green-950: #0F1F24;
}