Sea Green
#307D82
CyanColor Codes
All color formats for development
HEX
#307D82RGB
rgb(48, 125, 130)HSL
hsl(184, 46%, 35%)OKLCH
oklch(0.545 0.075 201.2)CMYK
cmyk(63%, 4%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B7075
2#276468
3#22575B
4#1D4B4E
5#183E41
6#133234
7#0E2527
8#0A191A
9#050C0D
Tints
Lighter variations
1#39949B
2#42ABB3
3#56B9C0
4#6EC3C9
5#86CDD2
6#9ED7DB
7#B6E1E4
8#CFEBED
9#E7F5F6
Tones
Muted variations
1#34797E
2#38767A
3#3D7276
4#416F72
5#456B6E
6#49676A
7#4D6466
8#516061
9#555D5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEB #CFEBED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9DC #A9DCDF | BordersInactive statesPlaceholder text |
| 400 | 7DC9 #7DC9CF | Disabled statesSecondary iconsMuted text |
| 500 | 57BA #57BAC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D9D #3D9DA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 307D #307D82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2259 #22595D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1639 #16393C | Primary textHigh emphasis contentDark headings |
| 950 | 0E24 #0E2425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FAFB;
--sea-green-100: #E5F4F5;
--sea-green-200: #CFEBED;
--sea-green-300: #A9DCDF;
--sea-green-400: #7DC9CF;
--sea-green-500: #57BAC1;
--sea-green-600: #3D9DA4;
--sea-green-700: #307D82;
--sea-green-800: #22595D;
--sea-green-900: #16393C;
--sea-green-950: #0E2425;
}