Sea Green
#347C7F
CyanColor Codes
All color formats for development
HEX
#347C7FRGB
rgb(52, 124, 127)HSL
hsl(182, 42%, 35%)OKLCH
oklch(0.542 0.071 199)CMYK
cmyk(59%, 2%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F7072
2#296365
3#245759
4#1F4B4C
5#1A3E3F
6#153233
7#102526
8#0A1919
9#050C0D
Tints
Lighter variations
1#3D9396
2#47AAAE
3#5AB8BC
4#72C3C5
5#89CDCF
6#A1D7D9
7#B8E1E2
8#D0EBEC
9#E7F5F5
Tones
Muted variations
1#38797B
2#3B7577
3#3F7273
4#436E70
5#476B6C
6#4A6768
7#4E6464
8#526061
9#565D5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDB #ACDBDD | BordersInactive statesPlaceholder text |
| 400 | 80C9 #80C9CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB9 #5CB9BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 419C #419C9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 347C #347C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2559 #25595B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #18393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FAFB;
--sea-green-100: #E6F4F5;
--sea-green-200: #D0EBEC;
--sea-green-300: #ACDBDD;
--sea-green-400: #80C9CB;
--sea-green-500: #5CB9BC;
--sea-green-600: #419C9F;
--sea-green-700: #347C7F;
--sea-green-800: #25595B;
--sea-green-900: #18393A;
--sea-green-950: #0F2324;
}