Teal
#0994AA
CyanColor Codes
All color formats for development
HEX
#0994AARGB
rgb(9, 148, 170)HSL
hsl(188, 90%, 35%)OKLCH
oklch(0.613 0.106 213.2)CMYK
cmyk(95%, 13%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#088599
2#077788
3#066877
4#055966
5#044A55
6#043B44
7#032C33
8#021E22
9#010F11
Tints
Lighter variations
1#0BB0C9
2#0CCBE9
3#23D8F3
4#42DDF5
5#62E3F7
6#81E8F8
7#A1EEFA
8#C0F4FC
9#E0F9FD
Tones
Muted variations
1#118EA2
2#19889A
3#218291
4#297D89
5#317781
6#397179
7#416B71
8#496569
9#515F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F4 #C0F4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EB #90EBF9 | BordersInactive statesPlaceholder text |
| 400 | 55E1 #55E1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D8 #25D8F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BBA #0BBAD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0994 #0994AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066A #066A79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0444 #04444E | 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: #DDF9FD;
--teal-200: #C0F4FC;
--teal-300: #90EBF9;
--teal-400: #55E1F6;
--teal-500: #25D8F4;
--teal-600: #0BBAD5;
--teal-700: #0994AA;
--teal-800: #066A79;
--teal-900: #04444E;
--teal-950: #032A30;
}