Sea Green
#38687A
BlueColor Codes
All color formats for development
HEX
#38687ARGB
rgb(56, 104, 122)HSL
hsl(196, 37%, 35%)OKLCH
oklch(0.491 0.06 224.5)CMYK
cmyk(54%, 15%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#335E6E
2#2D5462
3#274956
4#223F49
5#1C343D
6#162A31
7#111F25
8#0B1518
9#060A0C
Tints
Lighter variations
1#437C91
2#4D90A8
3#609FB6
4#77ADC0
5#8DBACB
6#A4C8D5
7#BBD6E0
8#D2E4EA
9#E8F1F5
Tones
Muted variations
1#3C6777
2#3F6674
3#426470
4#45626D
5#49616A
6#4C5F66
7#4F5E63
8#535C60
9#565B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCE #AFCEDA | BordersInactive statesPlaceholder text |
| 400 | 85B5 #85B5C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A0 #62A0B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4784 #47849A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3869 #38697A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284B #284B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A30 #1A3038 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9FA;
--sea-green-100: #E7F0F4;
--sea-green-200: #D2E4EA;
--sea-green-300: #AFCEDA;
--sea-green-400: #85B5C7;
--sea-green-500: #62A0B7;
--sea-green-600: #47849A;
--sea-green-700: #38697A;
--sea-green-800: #284B57;
--sea-green-900: #1A3038;
--sea-green-950: #101E23;
}