Teal
#0B9BA8
CyanColor Codes
All color formats for development
HEX
#0B9BA8RGB
rgb(11, 155, 168)HSL
hsl(185, 88%, 35%)OKLCH
oklch(0.63 0.106 205.5)CMYK
cmyk(93%, 8%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A8B97
2#097C86
3#076C75
4#065D65
5#054D54
6#043E43
7#032E32
8#021F22
9#010F11
Tints
Lighter variations
1#0DB7C7
2#0FD4E6
3#25E0F1
4#44E4F3
5#63E9F5
6#82EDF7
7#A2F2F9
8#C1F6FB
9#E0FBFD
Tones
Muted variations
1#1394A0
2#1A8E98
3#228790
4#2A8188
5#327A81
6#3A7379
7#426D71
8#4A6669
9#516061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EF #91EFF8 | BordersInactive statesPlaceholder text |
| 400 | 57E7 #57E7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E0 #27E0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC2 #0DC2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9B #0B9BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086E #086E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0547 #05474D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DDFAFD;
--teal-200: #C1F6FB;
--teal-300: #91EFF8;
--teal-400: #57E7F4;
--teal-500: #27E0F1;
--teal-600: #0DC2D3;
--teal-700: #0B9BA8;
--teal-800: #086E78;
--teal-900: #05474D;
--teal-950: #032C30;
}