Sea Green
#357A7E
CyanColor Codes
All color formats for development
HEX
#357A7ERGB
rgb(53, 122, 126)HSL
hsl(183, 41%, 35%)OKLCH
oklch(0.537 0.069 200.5)CMYK
cmyk(58%, 3%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F6E71
2#2A6265
3#255658
4#20494C
5#1A3D3F
6#153132
7#102526
8#0B1819
9#050C0D
Tints
Lighter variations
1#3E9195
2#48A8AD
3#5BB6BB
4#73C0C4
5#8ACBCE
6#A2D5D8
7#B9E0E2
8#D0EAEB
9#E8F5F5
Tones
Muted variations
1#38777A
2#3C7477
3#407073
4#436D6F
5#476A6C
6#4B6668
7#4E6364
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 | D0EA #D0EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDA #ACDADC | BordersInactive statesPlaceholder text |
| 400 | 81C7 #81C7CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB7 #5DB7BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429A #429A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357A #357A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2657 #26575A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1838 #18383A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | 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: #D0EAEB;
--sea-green-300: #ACDADC;
--sea-green-400: #81C7CA;
--sea-green-500: #5DB7BB;
--sea-green-600: #429A9E;
--sea-green-700: #357A7E;
--sea-green-800: #26575A;
--sea-green-900: #18383A;
--sea-green-950: #0F2324;
}