Teal
#0B88A8
CyanColor Codes
All color formats for development
HEX
#0B88A8RGB
rgb(11, 136, 168)HSL
hsl(192, 88%, 35%)OKLCH
oklch(0.582 0.106 222.5)CMYK
cmyk(93%, 19%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A7B97
2#096D86
3#075F75
4#065265
5#054454
6#043743
7#032932
8#021B22
9#010E11
Tints
Lighter variations
1#0DA2C7
2#0FBBE6
3#25C8F1
4#44D0F3
5#63D8F5
6#82E0F7
7#A2E8F9
8#C1EFFB
9#E0F7FD
Tones
Muted variations
1#1384A0
2#1A7F98
3#227A90
4#2A7688
5#327181
6#3A6C79
7#426771
8#4A6369
9#515E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EF #C1EFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E3 #91E3F8 | BordersInactive statesPlaceholder text |
| 400 | 57D5 #57D5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C9 #27C9F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAB #0DABD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B88 #0B88A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0861 #086178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053E #053E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0327 #032730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DDF7FD;
--teal-200: #C1EFFB;
--teal-300: #91E3F8;
--teal-400: #57D5F4;
--teal-500: #27C9F1;
--teal-600: #0DABD3;
--teal-700: #0B88A8;
--teal-800: #086178;
--teal-900: #053E4D;
--teal-950: #032730;
}