Teal
#0C6473
CyanColor Codes
All color formats for development
HEX
#0C6473RGB
rgb(12, 100, 115)HSL
hsl(189, 81%, 25%)OKLCH
oklch(0.464 0.078 213.1)CMYK
cmyk(90%, 13%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5A68
2#0A505C
3#084651
4#073C45
5#06323A
6#05282E
7#041E23
8#021417
9#010A0C
Tints
Lighter variations
1#108296
2#13A0B9
3#17BEDB
4#2FCDE9
5#52D6ED
6#75DEF0
7#97E6F4
8#BAEEF8
9#DCF7FB
Tones
Muted variations
1#11606E
2#165D69
3#1C5964
4#21555F
5#26525A
6#2B4E54
7#304B4F
8#35474A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F1 #C3F1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E6 #95E6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD8 #5DD8EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FCD #2FCDE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B0 #15B0CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 118C #118CA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C64 #0C6473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0840 #08404A | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DFF7FC;
--teal-200: #C3F1F9;
--teal-300: #95E6F4;
--teal-400: #5DD8EE;
--teal-500: #2FCDE9;
--teal-600: #15B0CB;
--teal-700: #118CA2;
--teal-800: #0C6473;
--teal-900: #08404A;
--teal-950: #05282E;
}