Sea Green
#476A6C
CyanColor Codes
All color formats for development
HEX
#476A6CRGB
rgb(71, 106, 108)HSL
hsl(183, 21%, 35%)OKLCH
oklch(0.499 0.04 200.5)CMYK
cmyk(34%, 2%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F6061
2#385556
3#314A4C
4#2A4041
5#233536
6#1C2A2B
7#152020
8#0E1516
9#070B0B
Tints
Lighter variations
1#547E80
2#619294
3#73A1A3
4#87AEB0
5#9BBCBE
6#AFC9CB
7#C3D7D8
8#D7E4E5
9#EBF2F2
Tones
Muted variations
1#48686A
2#4A6768
3#4C6566
4#4E6364
5#506263
6#526061
7#545E5F
8#565D5D
9#575B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8CF #B8CFD1 | BordersInactive statesPlaceholder text |
| 400 | 93B7 #93B7B8 | Disabled statesSecondary iconsMuted text |
| 500 | 74A2 #74A2A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5985 #598588 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476A #476A6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 324C #324C4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2031 #203131 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F6F9F9;
--sea-green-100: #E9F1F1;
--sea-green-200: #D7E4E5;
--sea-green-300: #B8CFD1;
--sea-green-400: #93B7B8;
--sea-green-500: #74A2A4;
--sea-green-600: #598588;
--sea-green-700: #476A6C;
--sea-green-800: #324C4D;
--sea-green-900: #203131;
--sea-green-950: #141E1F;
}