Sea Green
#268C76
CyanColor Codes
All color formats for development
HEX
#268C76RGB
rgb(38, 140, 118)HSL
hsl(167, 57%, 35%)OKLCH
oklch(0.577 0.097 174.9)CMYK
cmyk(73%, 0%, 16%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E6A
2#1F705E
3#1B6253
4#175447
5#13463B
6#0F382F
7#0C2A23
8#081C18
9#040E0C
Tints
Lighter variations
1#2EA68C
2#35C0A2
3#49CDB0
4#63D4BC
5#7DDBC7
6#97E2D2
7#B1EADD
8#CBF1E9
9#E5F8F4
Tones
Muted variations
1#2B8773
2#318270
3#367D6D
4#3B786B
5#407368
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 #A3E6D7 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C3 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B094 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6454 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124036 | 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: #A3E6D7;
--sea-green-400: #73D9C3;
--sea-green-500: #4BCEB1;
--sea-green-600: #30B094;
--sea-green-700: #268C76;
--sea-green-800: #1B6454;
--sea-green-900: #124036;
--sea-green-950: #0B2822;
}