Teal
#1297A1
CyanColor Codes
All color formats for development
HEX
#1297A1RGB
rgb(18, 151, 161)HSL
hsl(184, 80%, 35%)OKLCH
oklch(0.618 0.102 203.4)CMYK
cmyk(89%, 6%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#108891
2#0E7981
3#0C6A70
4#0B5B60
5#094C50
6#073C40
7#052D30
8#041E20
9#020F10
Tints
Lighter variations
1#15B3BE
2#18CFDC
3#2EDBE8
4#4CE1EB
5#6AE6EE
6#88EBF2
7#A5F0F5
8#C3F5F8
9#E1FAFC
Tones
Muted variations
1#19919A
2#208B92
3#27858B
4#2E7E84
5#36787D
6#3D7276
7#446C6F
8#4B6668
9#525F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95ED #95EDF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE4 #5EE4ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DC #30DCE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16BE #16BECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1297 #1297A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6C #0D6C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0845 #084549 | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFAFB;
--teal-200: #C3F5F8;
--teal-300: #95EDF3;
--teal-400: #5EE4ED;
--teal-500: #30DCE8;
--teal-600: #16BECA;
--teal-700: #1297A1;
--teal-800: #0D6C73;
--teal-900: #084549;
--teal-950: #052B2E;
}