Sea Green
#1A6666
CyanColor Codes
All color formats for development
HEX
#1A6666RGB
rgb(26, 102, 102)HSL
hsl(180, 59%, 25%)OKLCH
oklch(0.466 0.071 195)CMYK
cmyk(75%, 0%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185B5B
2#155151
3#124747
4#103D3D
5#0D3333
6#0A2929
7#081E1E
8#051414
9#030A0A
Tints
Lighter variations
1#228484
2#2AA2A2
3#32C1C1
4#49D0D0
5#67D8D8
6#85E0E0
7#A4E7E7
8#C2EFEF
9#E1F7F7
Tones
Muted variations
1#1E6262
2#225E5E
3#255A5A
4#295656
5#2D5353
6#314F4F
7#344B4B
8#384747
9#3C4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7E7 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DADA | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB2B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFC;
--sea-green-100: #E3F8F8;
--sea-green-200: #CAF1F1;
--sea-green-300: #A2E7E7;
--sea-green-400: #71DADA;
--sea-green-500: #49D0D0;
--sea-green-600: #2EB2B2;
--sea-green-700: #258E8E;
--sea-green-800: #1A6565;
--sea-green-900: #114141;
--sea-green-950: #0A2929;
}