Sea Green
#3F6F73
CyanColor Codes
All color formats for development
HEX
#3F6F73RGB
rgb(63, 111, 115)HSL
hsl(185, 29%, 35%)OKLCH
oklch(0.509 0.053 202.5)CMYK
cmyk(45%, 3%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#396468
2#33595C
3#2C4E51
4#264245
5#20373A
6#192C2E
7#132123
8#0D1617
9#060B0C
Tints
Lighter variations
1#4B8389
2#57989E
3#69A7AD
4#7FB4B8
5#94C0C4
6#A9CDD0
7#BFD9DC
8#D4E6E7
9#EAF2F3
Tones
Muted variations
1#426D71
2#456B6E
3#47686B
4#4A6669
5#4C6466
6#4F6264
7#516061
8#545E5E
9#575B5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E6 #D4E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D3 #B3D3D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBB #8CBBC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA8 #6BA8AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 508B #508B91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6F #3F6F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4F #2D4F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D33 #1D3335 | Primary textHigh emphasis contentDark headings |
| 950 | 1220 #122021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9FA;
--sea-green-100: #E8F1F2;
--sea-green-200: #D4E6E7;
--sea-green-300: #B3D3D5;
--sea-green-400: #8CBBC0;
--sea-green-500: #6BA8AE;
--sea-green-600: #508B91;
--sea-green-700: #3F6F73;
--sea-green-800: #2D4F52;
--sea-green-900: #1D3335;
--sea-green-950: #122021;
}