Teal
#0B93A8
CyanColor Codes
All color formats for development
HEX
#0B93A8RGB
rgb(11, 147, 168)HSL
hsl(188, 88%, 35%)OKLCH
oklch(0.61 0.105 212.6)CMYK
cmyk(93%, 13%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A8497
2#097586
3#076775
4#065865
5#054954
6#043B43
7#032C32
8#021D22
9#010F11
Tints
Lighter variations
1#0DAEC7
2#0FC9E6
3#25D6F1
4#44DCF3
5#63E2F5
6#82E7F7
7#A2EDF9
8#C1F3FB
9#E0F9FD
Tones
Muted variations
1#138DA0
2#1A8798
3#228290
4#2A7C88
5#327681
6#3A7079
7#426B71
8#4A6569
9#515F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F3 #C1F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EA #91EAF8 | BordersInactive statesPlaceholder text |
| 400 | 57DF #57DFF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D6 #27D6F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB9 #0DB9D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B93 #0B93A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0869 #086978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0543 #05434D | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DDF9FD;
--teal-200: #C1F3FB;
--teal-300: #91EAF8;
--teal-400: #57DFF4;
--teal-500: #27D6F1;
--teal-600: #0DB9D3;
--teal-700: #0B93A8;
--teal-800: #086978;
--teal-900: #05434D;
--teal-950: #032A30;
}