Sea Green
#347F7F
CyanColor Codes
All color formats for development
HEX
#347F7FRGB
rgb(52, 127, 127)HSL
hsl(180, 42%, 35%)OKLCH
oklch(0.55 0.073 195.2)CMYK
cmyk(59%, 0%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F7272
2#296565
3#245959
4#1F4C4C
5#1A3F3F
6#153333
7#102626
8#0A1919
9#050D0D
Tints
Lighter variations
1#3D9696
2#47AEAE
3#5ABCBC
4#72C5C5
5#89CFCF
6#A1D9D9
7#B8E2E2
8#D0ECEC
9#E7F5F5
Tones
Muted variations
1#387B7B
2#3B7777
3#3F7373
4#437070
5#476C6C
6#4A6868
7#4E6464
8#526161
9#565D5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F5 #E6F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EC #D0ECEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDD #ACDDDD | BordersInactive statesPlaceholder text |
| 400 | 80CB #80CBCB | Disabled statesSecondary iconsMuted text |
| 500 | 5CBC #5CBCBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 419F #419F9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 347F #347F7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 255B #255B5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 183A #183A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FBFB;
--sea-green-100: #E6F5F5;
--sea-green-200: #D0ECEC;
--sea-green-300: #ACDDDD;
--sea-green-400: #80CBCB;
--sea-green-500: #5CBCBC;
--sea-green-600: #419F9F;
--sea-green-700: #347F7F;
--sea-green-800: #255B5B;
--sea-green-900: #183A3A;
--sea-green-950: #0F2424;
}