Teal
#0B8BA8
CyanColor Codes
All color formats for development
HEX
#0B8BA8RGB
rgb(11, 139, 168)HSL
hsl(191, 88%, 35%)OKLCH
oklch(0.589 0.105 219.8)CMYK
cmyk(93%, 17%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A7D97
2#096F86
3#076175
4#065365
5#054554
6#043843
7#032A32
8#021C22
9#010E11
Tints
Lighter variations
1#0DA5C7
2#0FBFE6
3#25CCF1
4#44D3F3
5#63DAF5
6#82E2F7
7#A2E9F9
8#C1F0FB
9#E0F8FD
Tones
Muted variations
1#1386A0
2#1A8198
3#227C90
4#2A7788
5#327281
6#3A6D79
7#426871
8#4A6369
9#515E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F0 #C1F0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E5 #91E5F8 | BordersInactive statesPlaceholder text |
| 400 | 57D7 #57D7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27CC #27CCF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAF #0DAFD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8B #0B8BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0863 #086378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0540 #05404D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DDF7FD;
--teal-200: #C1F0FB;
--teal-300: #91E5F8;
--teal-400: #57D7F4;
--teal-500: #27CCF1;
--teal-600: #0DAFD3;
--teal-700: #0B8BA8;
--teal-800: #086378;
--teal-900: #05404D;
--teal-950: #032830;
}