Sea Green
#356E7E
CyanColor Codes
All color formats for development
HEX
#356E7ERGB
rgb(53, 110, 126)HSL
hsl(193, 41%, 35%)OKLCH
oklch(0.506 0.065 218.6)CMYK
cmyk(58%, 13%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F6371
2#2A5865
3#254D58
4#20424C
5#1A373F
6#152C32
7#102126
8#0B1619
9#050B0D
Tints
Lighter variations
1#3E8295
2#4897AD
3#5BA6BB
4#73B3C4
5#8ABFCE
6#A2CCD8
7#B9D9E2
8#D0E6EB
9#E8F2F5
Tones
Muted variations
1#386C7A
2#3C6A77
3#406873
4#43666F
5#47646C
6#4B6268
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 | D0E6 #D0E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD2 #ACD2DC | BordersInactive statesPlaceholder text |
| 400 | 81BA #81BACA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA7 #5DA7BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 428A #428A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356E #356E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264F #264F5A | 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: #D0E6EB;
--sea-green-300: #ACD2DC;
--sea-green-400: #81BACA;
--sea-green-500: #5DA7BB;
--sea-green-600: #428A9E;
--sea-green-700: #356E7E;
--sea-green-800: #264F5A;
--sea-green-900: #18323A;
--sea-green-950: #0F1F24;
}