Sea Green
#357B7E
CyanColor Codes
All color formats for development
HEX
#357B7ERGB
rgb(53, 123, 126)HSL
hsl(182, 41%, 35%)OKLCH
oklch(0.54 0.07 199.1)CMYK
cmyk(58%, 2%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F6F71
2#2A6365
3#255658
4#204A4C
5#1A3E3F
6#153132
7#102526
8#0B1919
9#050C0D
Tints
Lighter variations
1#3E9295
2#48A9AD
3#5BB7BB
4#73C2C4
5#8ACCCE
6#A2D6D8
7#B9E0E2
8#D0EBEB
9#E8F5F5
Tones
Muted variations
1#38787A
2#3C7577
3#407173
4#436E6F
5#476A6C
6#4B6768
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 | D0EB #D0EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDB #ACDBDC | BordersInactive statesPlaceholder text |
| 400 | 81C8 #81C8CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB8 #5DB8BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429B #429B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357B #357B7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2658 #26585A | 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: #D0EBEB;
--sea-green-300: #ACDBDC;
--sea-green-400: #81C8CA;
--sea-green-500: #5DB8BB;
--sea-green-600: #429B9E;
--sea-green-700: #357B7E;
--sea-green-800: #26585A;
--sea-green-900: #18383A;
--sea-green-950: #0F2324;
}