Sea Green
#268C78
CyanColor Codes
All color formats for development
HEX
#268C78RGB
rgb(38, 140, 120)HSL
hsl(168, 57%, 35%)OKLCH
oklch(0.578 0.096 176.5)CMYK
cmyk(73%, 0%, 14%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E6C
2#1F7060
3#1B6254
4#175448
5#13463C
6#0F3830
7#0C2A24
8#081C18
9#040E0C
Tints
Lighter variations
1#2EA68E
2#35C0A4
3#49CDB3
4#63D4BE
5#7DDBC8
6#97E2D3
7#B1EADE
8#CBF1E9
9#E5F8F4
Tones
Muted variations
1#2B8775
2#318272
3#367D6F
4#3B786C
5#407369
6#456E65
7#4A6962
8#4F635F
9#545E5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6D8 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C4 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B097 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6456 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124037 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E3F7F3;
--sea-green-200: #CBF1E9;
--sea-green-300: #A3E6D8;
--sea-green-400: #73D9C4;
--sea-green-500: #4BCEB3;
--sea-green-600: #30B097;
--sea-green-700: #268C78;
--sea-green-800: #1B6456;
--sea-green-900: #124037;
--sea-green-950: #0B2822;
}