Teal
#1295A1
CyanColor Codes
All color formats for development
HEX
#1295A1RGB
rgb(18, 149, 161)HSL
hsl(185, 80%, 35%)OKLCH
oklch(0.613 0.102 205.2)CMYK
cmyk(89%, 7%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#108691
2#0E7781
3#0C6870
4#0B5960
5#094A50
6#073C40
7#052D30
8#041E20
9#020F10
Tints
Lighter variations
1#15B0BE
2#18CCDC
3#2ED8E8
4#4CDEEB
5#6AE3EE
6#88E9F2
7#A5EEF5
8#C3F4F8
9#E1F9FC
Tones
Muted variations
1#198F9A
2#208992
3#27838B
4#2E7D84
5#36777D
6#3D7176
7#446B6F
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 | C3F4 #C3F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EB #95EBF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE1 #5EE1ED | Disabled statesSecondary iconsMuted text |
| 500 | 30D9 #30D9E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16BB #16BBCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1295 #1295A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6A #0D6A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0844 #084449 | 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: #C3F4F8;
--teal-300: #95EBF3;
--teal-400: #5EE1ED;
--teal-500: #30D9E8;
--teal-600: #16BBCA;
--teal-700: #1295A1;
--teal-800: #0D6A73;
--teal-900: #084449;
--teal-950: #052A2E;
}