Teal
#0691AC
CyanColor Codes
All color formats for development
HEX
#0691ACRGB
rgb(6, 145, 172)HSL
hsl(190, 93%, 35%)OKLCH
oklch(0.606 0.107 217.3)CMYK
cmyk(97%, 16%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06829B
2#05748A
3#046579
4#045767
5#034856
6#023A45
7#022B34
8#011D22
9#010E11
Tints
Lighter variations
1#07ABCC
2#09C6EC
3#1FD3F7
4#3FD9F8
5#5FE0F9
6#7FE6FA
7#9FECFC
8#BFF2FD
9#DFF9FE
Tones
Muted variations
1#0F8BA4
2#17869C
3#1F8093
4#277A8B
5#307583
6#386F7A
7#406A72
8#49646A
9#515F62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF2 #BFF2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE9 #8EE9FB | BordersInactive statesPlaceholder text |
| 400 | 53DD #53DDF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D3 #22D3F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B6 #08B6D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0691 #0691AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0467 #04677B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0342 #03424F | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF8FE;
--teal-200: #BFF2FD;
--teal-300: #8EE9FB;
--teal-400: #53DDF9;
--teal-500: #22D3F7;
--teal-600: #08B6D9;
--teal-700: #0691AC;
--teal-800: #04677B;
--teal-900: #03424F;
--teal-950: #022931;
}