Sea Green
#268C74
CyanColor Codes
All color formats for development
HEX
#268C74RGB
rgb(38, 140, 116)HSL
hsl(166, 57%, 35%)OKLCH
oklch(0.577 0.099 173.3)CMYK
cmyk(73%, 0%, 17%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E69
2#1F705D
3#1B6251
4#175446
5#13463A
6#0F382F
7#0C2A23
8#081C17
9#040E0C
Tints
Lighter variations
1#2EA68A
2#35C0A0
3#49CDAE
4#63D4BA
5#7DDBC5
6#97E2D1
7#B1EADC
8#CBF1E8
9#E5F8F3
Tones
Muted variations
1#2B8772
2#31826F
3#367D6C
4#3B786A
5#407367
6#456E64
7#4A6961
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 #CBF1E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6D6 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C1 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B092 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C74 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6453 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124035 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2821 | 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: #CBF1E8;
--sea-green-300: #A3E6D6;
--sea-green-400: #73D9C1;
--sea-green-500: #4BCEAF;
--sea-green-600: #30B092;
--sea-green-700: #268C74;
--sea-green-800: #1B6453;
--sea-green-900: #124035;
--sea-green-950: #0B2821;
}