Teal
#0B83A8
CyanColor Codes
All color formats for development
HEX
#0B83A8RGB
rgb(11, 131, 168)HSL
hsl(194, 88%, 35%)OKLCH
oklch(0.569 0.108 226.9)CMYK
cmyk(93%, 22%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A7697
2#096986
3#075C75
4#064F65
5#054254
6#043443
7#032732
8#021A22
9#010D11
Tints
Lighter variations
1#0D9BC7
2#0FB4E6
3#25C1F1
4#44CAF3
5#63D3F5
6#82DCF7
7#A2E5F9
8#C1EDFB
9#E0F6FD
Tones
Muted variations
1#137FA0
2#1A7B98
3#227790
4#2A7288
5#326E81
6#3A6A79
7#426671
8#4A6269
9#515D61
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 | C1ED #C1EDFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E0 #91E0F8 | BordersInactive statesPlaceholder text |
| 400 | 57D0 #57D0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C2 #27C2F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA5 #0DA5D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B83 #0B83A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085E #085E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053C #053C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DDF6FD;
--teal-200: #C1EDFB;
--teal-300: #91E0F8;
--teal-400: #57D0F4;
--teal-500: #27C2F1;
--teal-600: #0DA5D3;
--teal-700: #0B83A8;
--teal-800: #085E78;
--teal-900: #053C4D;
--teal-950: #032530;
}