Teal
#0B8EA8
CyanColor Codes
All color formats for development
HEX
#0B8EA8RGB
rgb(11, 142, 168)HSL
hsl(190, 88%, 35%)OKLCH
oklch(0.597 0.105 217.1)CMYK
cmyk(93%, 15%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A7F97
2#097186
3#076375
4#065565
5#054754
6#043943
7#032A32
8#021C22
9#010E11
Tints
Lighter variations
1#0DA8C7
2#0FC2E6
3#25CFF1
4#44D6F3
5#63DDF5
6#82E4F7
7#A2EAF9
8#C1F1FB
9#E0F8FD
Tones
Muted variations
1#1388A0
2#1A8398
3#227E90
4#2A7988
5#327381
6#3A6E79
7#426971
8#4A6469
9#515E61
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 | C1F1 #C1F1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E7 #91E7F8 | BordersInactive statesPlaceholder text |
| 400 | 57DA #57DAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D0 #27D0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB2 #0DB2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8E #0B8EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0865 #086578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0541 #05414D | 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: #DDF8FD;
--teal-200: #C1F1FB;
--teal-300: #91E7F8;
--teal-400: #57DAF4;
--teal-500: #27D0F1;
--teal-600: #0DB2D3;
--teal-700: #0B8EA8;
--teal-800: #086578;
--teal-900: #05414D;
--teal-950: #032830;
}