Teal
#098FAA
CyanColor Codes
All color formats for development
HEX
#098FAARGB
rgb(9, 143, 170)HSL
hsl(190, 90%, 35%)OKLCH
oklch(0.6 0.106 217.7)CMYK
cmyk(95%, 16%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#088199
2#077288
3#066477
4#055666
5#044755
6#043944
7#032B33
8#021D22
9#010E11
Tints
Lighter variations
1#0BA9C9
2#0CC4E9
3#23D1F3
4#42D7F5
5#62DEF7
6#81E4F8
7#A1EBFA
8#C0F2FC
9#E0F8FD
Tones
Muted variations
1#1189A2
2#19849A
3#217F91
4#297989
5#317481
6#396F79
7#416971
8#496469
9#515F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F2 #C0F2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E8 #90E8F9 | BordersInactive statesPlaceholder text |
| 400 | 55DB #55DBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D1 #25D1F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB4 #0BB4D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 098F #098FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0666 #066679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0441 #04414E | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF8FD;
--teal-200: #C0F2FC;
--teal-300: #90E8F9;
--teal-400: #55DBF6;
--teal-500: #25D1F4;
--teal-600: #0BB4D5;
--teal-700: #098FAA;
--teal-800: #066679;
--teal-900: #04414E;
--teal-950: #032930;
}