Teal
#0B9DA8
CyanColor Codes
All color formats for development
HEX
#0B9DA8RGB
rgb(11, 157, 168)HSL
hsl(184, 88%, 35%)OKLCH
oklch(0.635 0.107 203.7)CMYK
cmyk(93%, 7%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A8E97
2#097E86
3#076E75
4#065E65
5#054F54
6#043F43
7#032F32
8#021F22
9#011011
Tints
Lighter variations
1#0DBBC7
2#0FD8E6
3#25E3F1
4#44E7F3
5#63EBF5
6#82EFF7
7#A2F3F9
8#C1F7FB
9#E0FBFD
Tones
Muted variations
1#1397A0
2#1A9098
3#228990
4#2A8288
5#327B81
6#3A7479
7#426E71
8#4A6769
9#516061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F7 #C1F7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F1 #91F1F8 | BordersInactive statesPlaceholder text |
| 400 | 57EA #57EAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E4 #27E4F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC6 #0DC6D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9D #0B9DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0870 #087078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0548 #05484D | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DDFBFD;
--teal-200: #C1F7FB;
--teal-300: #91F1F8;
--teal-400: #57EAF4;
--teal-500: #27E4F1;
--teal-600: #0DC6D3;
--teal-700: #0B9DA8;
--teal-800: #087078;
--teal-900: #05484D;
--teal-950: #032D30;
}