Sea Green
#38717A
CyanColor Codes
All color formats for development
HEX
#38717ARGB
rgb(56, 113, 122)HSL
hsl(188, 37%, 35%)OKLCH
oklch(0.514 0.061 208.9)CMYK
cmyk(54%, 7%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33666E
2#2D5B62
3#274F56
4#224449
5#1C393D
6#162D31
7#112225
8#0B1718
9#060B0C
Tints
Lighter variations
1#438791
2#4D9CA8
3#60AAB6
4#77B7C0
5#8DC3CB
6#A4CFD5
7#BBDBE0
8#D2E7EA
9#E8F3F5
Tones
Muted variations
1#3C6F77
2#3F6D74
3#426A70
4#45686D
5#49656A
6#4C6366
7#4F6163
8#535E60
9#565C5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD4 #AFD4DA | BordersInactive statesPlaceholder text |
| 400 | 85BE #85BEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AB #62ABB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 478F #478F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3871 #38717A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2851 #285157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A34 #1A3438 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9FA;
--sea-green-100: #E7F2F4;
--sea-green-200: #D2E7EA;
--sea-green-300: #AFD4DA;
--sea-green-400: #85BEC7;
--sea-green-500: #62ABB7;
--sea-green-600: #478F9A;
--sea-green-700: #38717A;
--sea-green-800: #285157;
--sea-green-900: #1A3438;
--sea-green-950: #102023;
}