Teal
#0D5C72
CyanColor Codes
All color formats for development
HEX
#0D5C72RGB
rgb(13, 92, 114)HSL
hsl(193, 80%, 25%)OKLCH
oklch(0.442 0.078 222.7)CMYK
cmyk(89%, 19%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5367
2#0A4A5C
3#094150
4#083845
5#062E39
6#05252E
7#041C22
8#031317
9#01090B
Tints
Lighter variations
1#117895
2#1494B8
3#18B0DA
4#30C0E8
5#53CBEC
6#75D5F0
7#98E0F4
8#BAEAF7
9#DDF5FB
Tones
Muted variations
1#125A6E
2#175769
3#1C5463
4#21515E
5#264E59
6#2B4B54
7#30484F
8#36464A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3ED #C3EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DF #95DFF3 | BordersInactive statesPlaceholder text |
| 400 | 5ECE #5ECEED | Disabled statesSecondary iconsMuted text |
| 500 | 30C0 #30C0E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A3 #16A3CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1282 #1282A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5D #0D5D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083B #083B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF5FB;
--teal-200: #C3EDF8;
--teal-300: #95DFF3;
--teal-400: #5ECEED;
--teal-500: #30C0E8;
--teal-600: #16A3CA;
--teal-700: #1282A1;
--teal-800: #0D5D73;
--teal-900: #083B49;
--teal-950: #05252E;
}