Sea Green
#34727F
CyanColor Codes
All color formats for development
HEX
#34727FRGB
rgb(52, 114, 127)HSL
hsl(190, 42%, 35%)OKLCH
oklch(0.517 0.067 213.3)CMYK
cmyk(59%, 10%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F6772
2#295B65
3#245059
4#1F454C
5#1A393F
6#152E33
7#102226
8#0A1719
9#050B0D
Tints
Lighter variations
1#3D8796
2#479DAE
3#5AABBC
4#72B7C5
5#89C3CF
6#A1CFD9
7#B8DBE2
8#D0E7EC
9#E7F3F5
Tones
Muted variations
1#38707B
2#3B6D77
3#3F6B73
4#436870
5#47666C
6#4A6368
7#4E6164
8#525E61
9#565C5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E7 #D0E7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD5 #ACD5DD | BordersInactive statesPlaceholder text |
| 400 | 80BF #80BFCB | Disabled statesSecondary iconsMuted text |
| 500 | 5CAC #5CACBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4190 #41909F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3472 #34727F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2552 #25525B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1834 #18343A | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F9FB;
--sea-green-100: #E6F2F5;
--sea-green-200: #D0E7EC;
--sea-green-300: #ACD5DD;
--sea-green-400: #80BFCB;
--sea-green-500: #5CACBC;
--sea-green-600: #41909F;
--sea-green-700: #34727F;
--sea-green-800: #25525B;
--sea-green-900: #18343A;
--sea-green-950: #0F2124;
}