Teal
#0B86A8
CyanColor Codes
All color formats for development
HEX
#0B86A8RGB
rgb(11, 134, 168)HSL
hsl(193, 88%, 35%)OKLCH
oklch(0.577 0.107 224.3)CMYK
cmyk(93%, 20%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A7897
2#096B86
3#075E75
4#065065
5#054354
6#043643
7#032832
8#021B22
9#010D11
Tints
Lighter variations
1#0D9FC7
2#0FB7E6
3#25C5F1
4#44CDF3
5#63D5F5
6#82DEF7
7#A2E6F9
8#C1EEFB
9#E0F7FD
Tones
Muted variations
1#1381A0
2#1A7D98
3#227890
4#2A7488
5#327081
6#3A6B79
7#426771
8#4A6269
9#515E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EE #C1EEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E2 #91E2F8 | BordersInactive statesPlaceholder text |
| 400 | 57D2 #57D2F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C5 #27C5F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA8 #0DA8D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B86 #0B86A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0860 #086078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053D #053D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DDF6FD;
--teal-200: #C1EEFB;
--teal-300: #91E2F8;
--teal-400: #57D2F4;
--teal-500: #27C5F1;
--teal-600: #0DA8D3;
--teal-700: #0B86A8;
--teal-800: #086078;
--teal-900: #053D4D;
--teal-950: #032630;
}