Teal
#15666A
CyanColor Codes
All color formats for development
HEX
#15666ARGB
rgb(21, 102, 106)HSL
hsl(183, 67%, 25%)OKLCH
oklch(0.467 0.073 200)CMYK
cmyk(80%, 4%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#135C60
2#115255
3#0F484B
4#0D3D40
5#0B3335
6#08292B
7#061F20
8#041415
9#020A0B
Tints
Lighter variations
1#1B858A
2#22A4AA
3#28C2CA
4#3FD1D9
5#5FD9DF
6#7FE1E6
7#9FE8EC
8#BFF0F2
9#DFF7F9
Tones
Muted variations
1#196266
2#1E5F62
3#225B5E
4#265759
5#2A5355
6#2F4F51
7#334B4D
8#374748
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F2 #C8F2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE8 #9DE8EC | BordersInactive statesPlaceholder text |
| 400 | 6ADC #6ADCE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD1 #3FD1D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25B4 #25B4BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8F #1D8F95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1566 #15666A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D41 #0D4144 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F8F9;
--teal-200: #C8F2F4;
--teal-300: #9DE8EC;
--teal-400: #6ADCE2;
--teal-500: #3FD1D9;
--teal-600: #25B4BB;
--teal-700: #1D8F95;
--teal-800: #15666A;
--teal-900: #0D4144;
--teal-950: #08292B;
}