Teal
#0D6572
CyanColor Codes
All color formats for development
HEX
#0D6572RGB
rgb(13, 101, 114)HSL
hsl(188, 80%, 25%)OKLCH
oklch(0.466 0.077 210.7)CMYK
cmyk(89%, 11%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5B67
2#0A515C
3#094750
4#083D45
5#063339
6#05282E
7#041E22
8#031417
9#010A0B
Tints
Lighter variations
1#118395
2#14A2B8
3#18C0DA
4#30D0E8
5#53D7EC
6#75DFF0
7#98E7F4
8#BAEFF7
9#DDF7FB
Tones
Muted variations
1#12616E
2#175E69
3#1C5A63
4#21565E
5#265259
6#2B4F54
7#304B4F
8#36474A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F1 #C3F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E7 #95E7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EDA #5EDAED | Disabled statesSecondary iconsMuted text |
| 500 | 30D0 #30D0E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B2 #16B2CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 128E #128EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D65 #0D6573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0841 #084149 | 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: #F1FCFD;
--teal-100: #DFF8FB;
--teal-200: #C3F1F8;
--teal-300: #95E7F3;
--teal-400: #5EDAED;
--teal-500: #30D0E8;
--teal-600: #16B2CA;
--teal-700: #128EA1;
--teal-800: #0D6573;
--teal-900: #084149;
--teal-950: #05282E;
}