Teal
#0B95A8
CyanColor Codes
All color formats for development
HEX
#0B95A8RGB
rgb(11, 149, 168)HSL
hsl(187, 88%, 35%)OKLCH
oklch(0.615 0.105 210.8)CMYK
cmyk(93%, 11%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A8797
2#097886
3#076975
4#065A65
5#054B54
6#043C43
7#032D32
8#021E22
9#010F11
Tints
Lighter variations
1#0DB1C7
2#0FCDE6
3#25D9F1
4#44DFF3
5#63E4F5
6#82E9F7
7#A2EFF9
8#C1F4FB
9#E0FAFD
Tones
Muted variations
1#138FA0
2#1A8998
3#228390
4#2A7D88
5#327781
6#3A7179
7#426B71
8#4A6569
9#515F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F4 #C1F4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EC #91ECF8 | BordersInactive statesPlaceholder text |
| 400 | 57E2 #57E2F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27DA #27DAF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DBC #0DBCD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B95 #0B95A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086B #086B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0544 #05444D | 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: #DDF9FD;
--teal-200: #C1F4FB;
--teal-300: #91ECF8;
--teal-400: #57E2F4;
--teal-500: #27DAF1;
--teal-600: #0DBCD3;
--teal-700: #0B95A8;
--teal-800: #086B78;
--teal-900: #05444D;
--teal-950: #032B30;
}