Teal
#1292A1
CyanColor Codes
All color formats for development
HEX
#1292A1RGB
rgb(18, 146, 161)HSL
hsl(186, 80%, 35%)OKLCH
oklch(0.605 0.101 207.9)CMYK
cmyk(89%, 9%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#108491
2#0E7581
3#0C6670
4#0B5860
5#094950
6#073B40
7#052C30
8#041D20
9#020F10
Tints
Lighter variations
1#15AEBE
2#18C9DC
3#2ED5E8
4#4CDBEB
5#6AE1EE
6#88E7F2
7#A5EDF5
8#C3F3F8
9#E1F9FC
Tones
Muted variations
1#198D9A
2#208792
3#27818B
4#2E7C84
5#36767D
6#3D7076
7#446A6F
8#4B6568
9#525F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F3 #C3F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EA #95EAF3 | BordersInactive statesPlaceholder text |
| 400 | 5EDF #5EDFED | Disabled statesSecondary iconsMuted text |
| 500 | 30D6 #30D6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B8 #16B8CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1292 #1292A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D69 #0D6973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0843 #084349 | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF9FB;
--teal-200: #C3F3F8;
--teal-300: #95EAF3;
--teal-400: #5EDFED;
--teal-500: #30D6E8;
--teal-600: #16B8CA;
--teal-700: #1292A1;
--teal-800: #0D6973;
--teal-900: #084349;
--teal-950: #052A2E;
}