Teal
#0D6672
CyanColor Codes
All color formats for development
HEX
#0D6672RGB
rgb(13, 102, 114)HSL
hsl(187, 80%, 25%)OKLCH
oklch(0.469 0.077 209.4)CMYK
cmyk(89%, 11%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5D67
2#0A525C
3#094850
4#083E45
5#063339
6#05292E
7#041F22
8#031517
9#010A0B
Tints
Lighter variations
1#118695
2#14A5B8
3#18C3DA
4#30D3E8
5#53DAEC
6#75E1F0
7#98E9F4
8#BAF0F7
9#DDF8FB
Tones
Muted variations
1#12636E
2#175F69
3#1C5B63
4#21575E
5#265359
6#2B4F54
7#304B4F
8#36484A
9#3B4445
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 | C3F2 #C3F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E8 #95E8F3 | BordersInactive statesPlaceholder text |
| 400 | 5EDC #5EDCED | Disabled statesSecondary iconsMuted text |
| 500 | 30D3 #30D3E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B5 #16B5CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1290 #1290A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D67 #0D6773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0842 #084249 | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF8FB;
--teal-200: #C3F2F8;
--teal-300: #95E8F3;
--teal-400: #5EDCED;
--teal-500: #30D3E8;
--teal-600: #16B5CA;
--teal-700: #1290A1;
--teal-800: #0D6773;
--teal-900: #084249;
--teal-950: #05292E;
}