Sea Green
#35677E
BlueColor Codes
All color formats for development
HEX
#35677ERGB
rgb(53, 103, 126)HSL
hsl(199, 41%, 35%)OKLCH
oklch(0.489 0.065 229.9)CMYK
cmyk(58%, 18%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F5C71
2#2A5265
3#254858
4#203E4C
5#1A333F
6#152932
7#101F26
8#0B1519
9#050A0D
Tints
Lighter variations
1#3E7A95
2#488DAD
3#5B9CBB
4#73ABC4
5#8AB9CE
6#A2C7D8
7#B9D5E2
8#D0E3EB
9#E8F1F5
Tones
Muted variations
1#38657A
2#3C6477
3#406373
4#43616F
5#47606C
6#4B5F68
7#4E5D64
8#525C61
9#565B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCD #ACCDDC | BordersInactive statesPlaceholder text |
| 400 | 81B3 #81B3CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D9E #5D9EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4281 #42819E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3567 #35677E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2649 #26495A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182F #182F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F9FA;
--sea-green-100: #E6F0F4;
--sea-green-200: #D0E3EB;
--sea-green-300: #ACCDDC;
--sea-green-400: #81B3CA;
--sea-green-500: #5D9EBB;
--sea-green-600: #42819E;
--sea-green-700: #35677E;
--sea-green-800: #26495A;
--sea-green-900: #182F3A;
--sea-green-950: #0F1D24;
}