Sea Green
#3F6773
CyanColor Codes
All color formats for development
HEX
#3F6773RGB
rgb(63, 103, 115)HSL
hsl(194, 29%, 35%)OKLCH
oklch(0.489 0.049 218.9)CMYK
cmyk(45%, 10%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#395D68
2#33525C
3#2C4851
4#263E45
5#20343A
6#19292E
7#131F23
8#0D1517
9#060A0C
Tints
Lighter variations
1#4B7A89
2#578D9E
3#699DAD
4#7FABB8
5#94B9C4
6#A9C7D0
7#BFD5DC
8#D4E3E7
9#EAF1F3
Tones
Muted variations
1#426671
2#45646E
3#47636B
4#4A6269
5#4C6066
6#4F5F64
7#515D61
8#545C5E
9#575B5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E3 #D4E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CD #B3CDD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB4 #8CB4C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B9E #6B9EAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5082 #508291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F67 #3F6773 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4A #2D4A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2F #1D2F35 | Primary textHigh emphasis contentDark headings |
| 950 | 121D #121D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9FA;
--sea-green-100: #E8F0F2;
--sea-green-200: #D4E3E7;
--sea-green-300: #B3CDD5;
--sea-green-400: #8CB4C0;
--sea-green-500: #6B9EAE;
--sea-green-600: #508291;
--sea-green-700: #3F6773;
--sea-green-800: #2D4A52;
--sea-green-900: #1D2F35;
--sea-green-950: #121D21;
}