Teal
#1282A1
CyanColor Codes
All color formats for development
HEX
#1282A1RGB
rgb(18, 130, 161)HSL
hsl(193, 80%, 35%)OKLCH
oklch(0.564 0.101 223.2)CMYK
cmyk(89%, 19%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#107591
2#0E6881
3#0C5B70
4#0B4E60
5#094150
6#073440
7#052730
8#041A20
9#020D10
Tints
Lighter variations
1#159ABE
2#18B2DC
3#2EC0E8
4#4CC9EB
5#6AD2EE
6#88DBF2
7#A5E4F5
8#C3EDF8
9#E1F6FC
Tones
Muted variations
1#197E9A
2#207A92
3#27768B
4#2E7284
5#366D7D
6#3D6976
7#44656F
8#4B6168
9#525D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3ED #C3EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DF #95DFF3 | BordersInactive statesPlaceholder text |
| 400 | 5ECE #5ECEED | Disabled statesSecondary iconsMuted text |
| 500 | 30C0 #30C0E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A3 #16A3CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1282 #1282A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5D #0D5D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083B #083B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF5FB;
--teal-200: #C3EDF8;
--teal-300: #95DFF3;
--teal-400: #5ECEED;
--teal-500: #30C0E8;
--teal-600: #16A3CA;
--teal-700: #1282A1;
--teal-800: #0D5D73;
--teal-900: #083B49;
--teal-950: #05252E;
}