Sea Green
#357E7E
CyanColor Codes
All color formats for development
HEX
#357E7ERGB
rgb(53, 126, 126)HSL
hsl(180, 41%, 35%)OKLCH
oklch(0.548 0.072 195.3)CMYK
cmyk(58%, 0%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F7171
2#2A6565
3#255858
4#204C4C
5#1A3F3F
6#153232
7#102626
8#0B1919
9#050D0D
Tints
Lighter variations
1#3E9595
2#48ADAD
3#5BBBBB
4#73C4C4
5#8ACECE
6#A2D8D8
7#B9E2E2
8#D0EBEB
9#E8F5F5
Tones
Muted variations
1#387A7A
2#3C7777
3#407373
4#436F6F
5#476C6C
6#4B6868
7#4E6464
8#526161
9#565D5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDC #ACDCDC | BordersInactive statesPlaceholder text |
| 400 | 81CA #81CACA | Disabled statesSecondary iconsMuted text |
| 500 | 5DBB #5DBBBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 429E #429E9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 357E #357E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 265A #265A5A | 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: #F4FAFA;
--sea-green-100: #E6F4F4;
--sea-green-200: #D0EBEB;
--sea-green-300: #ACDCDC;
--sea-green-400: #81CACA;
--sea-green-500: #5DBBBB;
--sea-green-600: #429E9E;
--sea-green-700: #357E7E;
--sea-green-800: #265A5A;
--sea-green-900: #183A3A;
--sea-green-950: #0F2424;
}