Teal
#1A8399
CyanColor Codes
All color formats for development
HEX
#1A8399RGB
rgb(26, 131, 153)HSL
hsl(190, 71%, 35%)OKLCH
oklch(0.564 0.094 216.2)CMYK
cmyk(83%, 14%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#177689
2#15697A
3#125C6B
4#104F5C
5#0D424C
6#0A353D
7#08272E
8#051A1F
9#030D0F
Tints
Lighter variations
1#1F9CB5
2#23B4D1
3#39C2DD
4#55CBE2
5#71D3E7
6#8EDCEC
7#AAE5F1
8#C6EEF5
9#E3F6FA
Tones
Muted variations
1#207F92
2#277B8C
3#2D7786
4#33737F
5#3A6E79
6#406A73
7#46666C
8#4D6266
9#535D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EE #C6EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE0 #9BE0EE | BordersInactive statesPlaceholder text |
| 400 | 66D0 #66D0E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BC3 #3BC3DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21A5 #21A5C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A83 #1A8399 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 125E #125E6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3C #0C3C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0726 #07262C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F6FA;
--teal-200: #C6EEF5;
--teal-300: #9BE0EE;
--teal-400: #66D0E5;
--teal-500: #3BC3DE;
--teal-600: #21A5C0;
--teal-700: #1A8399;
--teal-800: #125E6D;
--teal-900: #0C3C46;
--teal-950: #07262C;
}