Teal
#1080A2
CyanColor Codes
All color formats for development
HEX
#1080A2RGB
rgb(16, 128, 162)HSL
hsl(194, 82%, 35%)OKLCH
oklch(0.559 0.103 225.7)CMYK
cmyk(90%, 21%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7392
2#0D6782
3#0B5A72
4#0A4D61
5#084051
6#063341
7#052631
8#031A20
9#020D10
Tints
Lighter variations
1#1398C1
2#16B0DF
3#2CBEEA
4#4AC7ED
5#68D0F0
6#86DAF3
7#A5E3F6
8#C3ECF9
9#E1F6FC
Tones
Muted variations
1#177C9B
2#1F7894
3#26758C
4#2D7185
5#356D7E
6#3C6977
7#43656F
8#4B6168
9#525D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EC #C3ECF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DE #94DEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCD #5DCDEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EBE #2EBEEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14A1 #14A1CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1080 #1080A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5C #0B5C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073B #073B4A | 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: #F1FBFE;
--teal-100: #DFF5FC;
--teal-200: #C3ECF9;
--teal-300: #94DEF4;
--teal-400: #5DCDEF;
--teal-500: #2EBEEA;
--teal-600: #14A1CC;
--teal-700: #1080A2;
--teal-800: #0B5C74;
--teal-900: #073B4A;
--teal-950: #05252E;
}