Sea Green
#34647F
BlueColor Codes
All color formats for development
HEX
#34647FRGB
rgb(52, 100, 127)HSL
hsl(202, 42%, 35%)OKLCH
oklch(0.481 0.068 235.2)CMYK
cmyk(59%, 21%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F5972
2#294F65
3#244559
4#1F3C4C
5#1A323F
6#152833
7#101E26
8#0A1419
9#050A0D
Tints
Lighter variations
1#3D7696
2#4788AE
3#5A98BC
4#72A7C5
5#89B5CF
6#A1C4D9
7#B8D3E2
8#D0E2EC
9#E7F0F5
Tones
Muted variations
1#38627B
2#3B6177
3#3F6073
4#435F70
5#475E6C
6#4A5D68
7#4E5C64
8#525B61
9#565A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E2 #D0E2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACCB #ACCBDD | BordersInactive statesPlaceholder text |
| 400 | 80B0 #80B0CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C99 #5C99BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 417D #417D9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3463 #34637F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2547 #25475B | Text on light backgroundsHeadingsStrong borders |
| 900 | 182D #182D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F8FB;
--sea-green-100: #E6EFF5;
--sea-green-200: #D0E2EC;
--sea-green-300: #ACCBDD;
--sea-green-400: #80B0CB;
--sea-green-500: #5C99BC;
--sea-green-600: #417D9F;
--sea-green-700: #34637F;
--sea-green-800: #25475B;
--sea-green-900: #182D3A;
--sea-green-950: #0F1C24;
}