Sea Green
#268C65
GreenColor Codes
All color formats for development
HEX
#268C65RGB
rgb(38, 140, 101)HSL
hsl(157, 57%, 35%)OKLCH
oklch(0.572 0.11 163)CMYK
cmyk(73%, 0%, 28%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E5B
2#1F7051
3#1B6247
4#17543D
5#134633
6#0F3828
7#0C2A1E
8#081C14
9#040E0A
Tints
Lighter variations
1#2EA678
2#35C08B
3#49CD9A
4#63D4A9
5#7DDBB7
6#97E2C6
7#B1EAD4
8#CBF1E2
9#E5F8F1
Tones
Muted variations
1#2B8764
2#318263
3#367D62
4#3B7860
5#40735F
6#456E5E
7#4A695D
8#4F635C
9#545E5A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6CC | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9B2 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B07F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6448 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF8;
--sea-green-100: #E3F7F0;
--sea-green-200: #CBF1E2;
--sea-green-300: #A3E6CC;
--sea-green-400: #73D9B2;
--sea-green-500: #4BCE9C;
--sea-green-600: #30B07F;
--sea-green-700: #268C65;
--sea-green-800: #1B6448;
--sea-green-900: #12402E;
--sea-green-950: #0B281D;
}