Teal
#0991AA
CyanColor Codes
All color formats for development
HEX
#0991AARGB
rgb(9, 145, 170)HSL
hsl(189, 90%, 35%)OKLCH
oklch(0.605 0.106 215.9)CMYK
cmyk(95%, 15%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#088399
2#077488
3#066677
4#055766
5#044955
6#043A44
7#032C33
8#021D22
9#010F11
Tints
Lighter variations
1#0BACC9
2#0CC8E9
3#23D4F3
4#42DAF5
5#62E0F7
6#81E6F8
7#A1EDFA
8#C0F3FC
9#E0F9FD
Tones
Muted variations
1#118CA2
2#19869A
3#218191
4#297B89
5#317581
6#397079
7#416A71
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 | C0F3 #C0F3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E9 #90E9F9 | BordersInactive statesPlaceholder text |
| 400 | 55DE #55DEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D5 #25D5F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB7 #0BB7D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0991 #0991AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0668 #066879 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434E | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF8FD;
--teal-200: #C0F3FC;
--teal-300: #90E9F9;
--teal-400: #55DEF6;
--teal-500: #25D5F4;
--teal-600: #0BB7D5;
--teal-700: #0991AA;
--teal-800: #066879;
--teal-900: #04434E;
--teal-950: #032A30;
}