Teal
#0D6273
CyanColor Codes
All color formats for development
HEX
#0D6273RGB
rgb(13, 98, 115)HSL
hsl(190, 80%, 25%)OKLCH
oklch(0.458 0.078 215.8)CMYK
cmyk(89%, 15%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5867
2#0A4E5C
3#094450
4#083B45
5#063139
6#05272E
7#041D22
8#031417
9#010A0B
Tints
Lighter variations
1#117F95
2#149CB8
3#18BADA
4#30C9E8
5#53D2EC
6#75DBF0
7#98E4F4
8#BAEDF7
9#DDF6FB
Tones
Muted variations
1#125E6E
2#175B69
3#1C5863
4#21545E
5#265159
6#2B4D54
7#304A4F
8#36474A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E4 #95E4F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED5 #5ED5ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C9 #30C9E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16AC #16ACCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1289 #1289A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D62 #0D6273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083F #083F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF7FB;
--teal-200: #C3F0F8;
--teal-300: #95E4F3;
--teal-400: #5ED5ED;
--teal-500: #30C9E8;
--teal-600: #16ACCA;
--teal-700: #1289A1;
--teal-800: #0D6273;
--teal-900: #083F49;
--teal-950: #05272E;
}