Sea Green
#35777E
CyanColor Codes
All color formats for development
HEX
#35777ERGB
rgb(53, 119, 126)HSL
hsl(186, 41%, 35%)OKLCH
oklch(0.53 0.067 204.7)CMYK
cmyk(58%, 6%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F6B71
2#2A5F65
3#255358
4#20474C
5#1A3B3F
6#152F32
7#102426
8#0B1819
9#050C0D
Tints
Lighter variations
1#3E8D95
2#48A3AD
3#5BB1BB
4#73BCC4
5#8AC7CE
6#A2D2D8
7#B9DEE2
8#D0E9EB
9#E8F4F5
Tones
Muted variations
1#38747A
2#3C7177
3#406E73
4#436B6F
5#47686C
6#4B6568
7#4E6264
8#525F61
9#565C5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E9 #D0E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD8 #ACD8DC | BordersInactive statesPlaceholder text |
| 400 | 81C3 #81C3CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DB2 #5DB2BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4295 #42959E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3577 #35777E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2655 #26555A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1836 #18363A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FAFA;
--sea-green-100: #E6F3F4;
--sea-green-200: #D0E9EB;
--sea-green-300: #ACD8DC;
--sea-green-400: #81C3CA;
--sea-green-500: #5DB2BB;
--sea-green-600: #42959E;
--sea-green-700: #35777E;
--sea-green-800: #26555A;
--sea-green-900: #18363A;
--sea-green-950: #0F2224;
}