Sea Green
#23907A
CyanColor Codes
All color formats for development
HEX
#23907ARGB
rgb(35, 144, 122)HSL
hsl(168, 61%, 35%)OKLCH
oklch(0.588 0.101 175.6)CMYK
cmyk(76%, 0%, 15%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F816E
2#1C7362
3#186555
4#155649
5#11483D
6#0E3931
7#0A2B25
8#071D18
9#030E0C
Tints
Lighter variations
1#29AA91
2#30C5A7
3#44D2B5
4#5FD8C0
5#7ADFCA
6#94E5D5
7#AFECDF
8#CAF2EA
9#E4F9F4
Tones
Muted variations
1#288A77
2#2E8573
3#337F70
4#397A6D
5#3E746A
6#436F66
7#496A63
8#4E6460
9#545F5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104238 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E2F8F4;
--sea-green-200: #CAF2EA;
--sea-green-300: #A1E8DA;
--sea-green-400: #6FDCC6;
--sea-green-500: #46D2B6;
--sea-green-600: #2CB599;
--sea-green-700: #23907A;
--sea-green-800: #196757;
--sea-green-900: #104238;
--sea-green-950: #0A2923;
}