Teal
#0B90A8
CyanColor Codes
All color formats for development
HEX
#0B90A8RGB
rgb(11, 144, 168)HSL
hsl(189, 88%, 35%)OKLCH
oklch(0.602 0.105 215.3)CMYK
cmyk(93%, 14%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A8297
2#097386
3#076575
4#065765
5#054854
6#043A43
7#032B32
8#021D22
9#010E11
Tints
Lighter variations
1#0DABC7
2#0FC6E6
3#25D2F1
4#44D9F3
5#63DFF5
6#82E6F7
7#A2ECF9
8#C1F2FB
9#E0F9FD
Tones
Muted variations
1#138BA0
2#1A8598
3#228090
4#2A7A88
5#327581
6#3A6F79
7#426A71
8#4A6469
9#515F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E8 #91E8F8 | BordersInactive statesPlaceholder text |
| 400 | 57DD #57DDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D3 #27D3F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB5 #0DB5D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B90 #0B90A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0867 #086778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0542 #05424D | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DDF8FD;
--teal-200: #C1F2FB;
--teal-300: #91E8F8;
--teal-400: #57DDF4;
--teal-500: #27D3F1;
--teal-600: #0DB5D3;
--teal-700: #0B90A8;
--teal-800: #086778;
--teal-900: #05424D;
--teal-950: #032930;
}