Teal
#0B98A8
CyanColor Codes
All color formats for development
HEX
#0B98A8RGB
rgb(11, 152, 168)HSL
hsl(186, 88%, 35%)OKLCH
oklch(0.622 0.105 208.1)CMYK
cmyk(93%, 10%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A8997
2#097A86
3#076A75
4#065B65
5#054C54
6#043D43
7#032E32
8#021E22
9#010F11
Tints
Lighter variations
1#0DB4C7
2#0FD1E6
3#25DDF1
4#44E2F3
5#63E6F5
6#82EBF7
7#A2F0F9
8#C1F5FB
9#E0FAFD
Tones
Muted variations
1#1392A0
2#1A8C98
3#228590
4#2A7F88
5#327981
6#3A7279
7#426C71
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 | C1F5 #C1F5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EE #91EEF8 | BordersInactive statesPlaceholder text |
| 400 | 57E5 #57E5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27DD #27DDF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DBF #0DBFD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B98 #0B98A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086D #086D78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0546 #05464D | Primary textHigh emphasis contentDark headings |
| 950 | 032B #032B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DDFAFD;
--teal-200: #C1F5FB;
--teal-300: #91EEF8;
--teal-400: #57E5F4;
--teal-500: #27DDF1;
--teal-600: #0DBFD3;
--teal-700: #0B98A8;
--teal-800: #086D78;
--teal-900: #05464D;
--teal-950: #032B30;
}