Sea Green
#0B7453
GreenColor Codes
All color formats for development
HEX
#0B7453RGB
rgb(11, 116, 83)HSL
hsl(161, 83%, 25%)OKLCH
oklch(0.496 0.102 164.6)CMYK
cmyk(91%, 0%, 28%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A694B
2#095D43
3#08523A
4#074632
5#053A2A
6#042F21
7#032319
8#021711
9#010C08
Tints
Lighter variations
1#0E986C
2#11BB85
3#15DE9E
4#2DEBAF
5#50EFBC
6#73F2CA
7#96F5D7
8#B9F8E4
9#DCFCF2
Tones
Muted variations
1#106F51
2#156A4F
3#1B654D
4#205F4B
5#255A49
6#2B5548
7#305046
8#354A44
9#3A4542
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D6 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C1 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7553 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B35 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEFA;
--sea-green-100: #DEFCF3;
--sea-green-200: #C2F9E8;
--sea-green-300: #94F5D6;
--sea-green-400: #5CF0C1;
--sea-green-500: #2DEBAF;
--sea-green-600: #13CD92;
--sea-green-700: #0FA374;
--sea-green-800: #0B7553;
--sea-green-900: #074B35;
--sea-green-950: #042F21;
}