Teal
#0699AC
CyanColor Codes
All color formats for development
HEX
#0699ACRGB
rgb(6, 153, 172)HSL
hsl(187, 93%, 35%)OKLCH
oklch(0.626 0.108 210.3)CMYK
cmyk(97%, 11%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#068A9B
2#057A8A
3#046B79
4#045C67
5#034C56
6#023D45
7#022E34
8#011F22
9#010F11
Tints
Lighter variations
1#07B5CC
2#09D2EC
3#1FDEF7
4#3FE2F8
5#5FE7F9
6#7FECFA
7#9FF1FC
8#BFF5FD
9#DFFAFE
Tones
Muted variations
1#0F93A4
2#178C9C
3#1F8693
4#277F8B
5#307983
6#38737A
7#406C72
8#49666A
9#516062
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF5 #BFF5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEE #8EEEFB | BordersInactive statesPlaceholder text |
| 400 | 53E5 #53E5F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22DE #22DEF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C0 #08C0D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0699 #0699AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046D #046D7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0346 #03464F | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFAFE;
--teal-200: #BFF5FD;
--teal-300: #8EEEFB;
--teal-400: #53E5F9;
--teal-500: #22DEF7;
--teal-600: #08C0D9;
--teal-700: #0699AC;
--teal-800: #046D7B;
--teal-900: #03464F;
--teal-950: #022C31;
}