Sea Green
#268C7B
CyanColor Codes
All color formats for development
HEX
#268C7BRGB
rgb(38, 140, 123)HSL
hsl(170, 57%, 35%)OKLCH
oklch(0.579 0.095 179.1)CMYK
cmyk(73%, 0%, 12%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E6F
2#1F7063
3#1B6256
4#17544A
5#13463E
6#0F3831
7#0C2A25
8#081C19
9#040E0C
Tints
Lighter variations
1#2EA692
2#35C0A9
3#49CDB7
4#63D4C1
5#7DDBCC
6#97E2D6
7#B1EAE0
8#CBF1EA
9#E5F8F5
Tones
Muted variations
1#2B8778
2#318274
3#367D71
4#3B786E
5#40736A
6#456E67
7#4A6963
8#4F6360
9#545E5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6DB | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9C8 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B09B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6458 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124038 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E3F7F4;
--sea-green-200: #CBF1EA;
--sea-green-300: #A3E6DB;
--sea-green-400: #73D9C8;
--sea-green-500: #4BCEB8;
--sea-green-600: #30B09B;
--sea-green-700: #268C7B;
--sea-green-800: #1B6458;
--sea-green-900: #124038;
--sea-green-950: #0B2823;
}