Teal
#207F92
CyanColor Codes
All color formats for development
HEX
#207F92RGB
rgb(32, 127, 146)HSL
hsl(190, 64%, 35%)OKLCH
oklch(0.552 0.088 214.6)CMYK
cmyk(78%, 13%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D7384
2#1A6675
3#165966
4#134C58
5#104049
6#0D333B
7#0A262C
8#06191D
9#030D0F
Tints
Lighter variations
1#2697AE
2#2CAFC9
3#41BCD5
4#5CC6DB
5#77CFE1
6#92D9E7
7#ADE2ED
8#C9ECF3
9#E4F5F9
Tones
Muted variations
1#267C8D
2#2C7887
3#317481
4#37707C
5#3D6C76
6#426870
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 | C9EC #C9ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDD #9FDDEA | BordersInactive statesPlaceholder text |
| 400 | 6DCC #6DCCDF | Disabled statesSecondary iconsMuted text |
| 500 | 43BD #43BDD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28A0 #28A0B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 207F #207F92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 175B #175B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3A #0F3A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E2F5F9;
--teal-200: #C9ECF3;
--teal-300: #9FDDEA;
--teal-400: #6DCCDF;
--teal-500: #43BDD6;
--teal-600: #28A0B8;
--teal-700: #207F92;
--teal-800: #175B69;
--teal-900: #0F3A43;
--teal-950: #09242A;
}