Teal
#1290A1
CyanColor Codes
All color formats for development
HEX
#1290A1RGB
rgb(18, 144, 161)HSL
hsl(187, 80%, 35%)OKLCH
oklch(0.6 0.101 209.8)CMYK
cmyk(89%, 11%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#108291
2#0E7381
3#0C6570
4#0B5660
5#094850
6#073A40
7#052B30
8#041D20
9#020E10
Tints
Lighter variations
1#15ABBE
2#18C5DC
3#2ED2E8
4#4CD9EB
5#6ADFEE
6#88E5F2
7#A5ECF5
8#C3F2F8
9#E1F9FC
Tones
Muted variations
1#198B9A
2#208592
3#27808B
4#2E7A84
5#36757D
6#3D6F76
7#446A6F
8#4B6468
9#525F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F2 #C3F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E8 #95E8F3 | BordersInactive statesPlaceholder text |
| 400 | 5EDC #5EDCED | Disabled statesSecondary iconsMuted text |
| 500 | 30D3 #30D3E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B5 #16B5CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1290 #1290A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D67 #0D6773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0842 #084249 | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF8FB;
--teal-200: #C3F2F8;
--teal-300: #95E8F3;
--teal-400: #5EDCED;
--teal-500: #30D3E8;
--teal-600: #16B5CA;
--teal-700: #1290A1;
--teal-800: #0D6773;
--teal-900: #084249;
--teal-950: #05292E;
}