Teal
#208192
CyanColor Codes
All color formats for development
HEX
#208192RGB
rgb(32, 129, 146)HSL
hsl(189, 64%, 35%)OKLCH
oklch(0.557 0.088 212.4)CMYK
cmyk(78%, 12%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D7484
2#1A6775
3#165A66
4#134E58
5#104149
6#0D343B
7#0A272C
8#061A1D
9#030D0F
Tints
Lighter variations
1#2699AE
2#2CB1C9
3#41BFD5
4#5CC8DB
5#77D1E1
6#92DAE7
7#ADE4ED
8#C9EDF3
9#E4F6F9
Tones
Muted variations
1#267D8D
2#2C7987
3#317581
4#37717C
5#3D6D76
6#426970
7#48656A
8#4E6165
9#545D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDF #9FDFEA | BordersInactive statesPlaceholder text |
| 400 | 6DCE #6DCEDF | Disabled statesSecondary iconsMuted text |
| 500 | 43C0 #43C0D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A2 #28A2B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2081 #208192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175C #175C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3B #0F3B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E2F5F9;
--teal-200: #C9EDF3;
--teal-300: #9FDFEA;
--teal-400: #6DCEDF;
--teal-500: #43C0D6;
--teal-600: #28A2B8;
--teal-700: #208192;
--teal-800: #175C69;
--teal-900: #0F3B43;
--teal-950: #09252A;
}