Teal
#0696AC
CyanColor Codes
All color formats for development
HEX
#0696ACRGB
rgb(6, 150, 172)HSL
hsl(188, 93%, 35%)OKLCH
oklch(0.619 0.107 212.9)CMYK
cmyk(97%, 13%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06879B
2#05788A
3#046979
4#045A67
5#034B56
6#023C45
7#022D34
8#011E22
9#010F11
Tints
Lighter variations
1#07B2CC
2#09CEEC
3#1FDAF7
4#3FDFF8
5#5FE5F9
6#7FEAFA
7#9FEFFC
8#BFF4FD
9#DFFAFE
Tones
Muted variations
1#0F90A4
2#178A9C
3#1F8493
4#277E8B
5#307883
6#38727A
7#406C72
8#49656A
9#515F62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEC #8EECFB | BordersInactive statesPlaceholder text |
| 400 | 53E3 #53E3F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22DB #22DBF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08BD #08BDD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0696 #0696AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046B #046B7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0345 #03454F | Primary textHigh emphasis contentDark headings |
| 950 | 022B #022B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDF9FE;
--teal-200: #BFF4FD;
--teal-300: #8EECFB;
--teal-400: #53E3F9;
--teal-500: #22DBF7;
--teal-600: #08BDD9;
--teal-700: #0696AC;
--teal-800: #046B7B;
--teal-900: #03454F;
--teal-950: #022B31;
}