Teal
#0C6273
CyanColor Codes
All color formats for development
HEX
#0C6273RGB
rgb(12, 98, 115)HSL
hsl(190, 81%, 25%)OKLCH
oklch(0.458 0.078 215.8)CMYK
cmyk(90%, 15%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B5868
2#0A4F5C
3#084551
4#073B45
5#06313A
6#05272E
7#041D23
8#021417
9#010A0C
Tints
Lighter variations
1#108096
2#139DB9
3#17BBDB
4#2FCAE9
5#52D3ED
6#75DCF0
7#97E5F4
8#BAEDF8
9#DCF6FB
Tones
Muted variations
1#115F6E
2#165B69
3#1C5864
4#21545F
5#26515A
6#2B4E54
7#304A4F
8#35474A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E4 #95E4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD6 #5DD6EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FCA #2FCAE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15AD #15ADCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1189 #1189A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C62 #0C6273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083F #083F4A | 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: #F1FBFE;
--teal-100: #DFF7FC;
--teal-200: #C3F0F9;
--teal-300: #95E4F4;
--teal-400: #5DD6EE;
--teal-500: #2FCAE9;
--teal-600: #15ADCB;
--teal-700: #1189A2;
--teal-800: #0C6273;
--teal-900: #083F4A;
--teal-950: #05272E;
}