Teal
#0693AC
CyanColor Codes
All color formats for development
HEX
#0693ACRGB
rgb(6, 147, 172)HSL
hsl(189, 93%, 35%)OKLCH
oklch(0.611 0.107 215.6)CMYK
cmyk(97%, 15%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06859B
2#05768A
3#046779
4#045867
5#034A56
6#023B45
7#022C34
8#011D22
9#010F11
Tints
Lighter variations
1#07AFCC
2#09CAEC
3#1FD7F7
4#3FDCF8
5#5FE2F9
6#7FE8FA
7#9FEEFC
8#BFF3FD
9#DFF9FE
Tones
Muted variations
1#0F8EA4
2#17889C
3#1F8293
4#277C8B
5#307683
6#38707A
7#406B72
8#49656A
9#515F62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEB #8EEBFB | BordersInactive statesPlaceholder text |
| 400 | 53E0 #53E0F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D7 #22D7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B9 #08B9D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0693 #0693AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0469 #04697B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0343 #03434F | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF9FE;
--teal-200: #BFF3FD;
--teal-300: #8EEBFB;
--teal-400: #53E0F9;
--teal-500: #22D7F7;
--teal-600: #08B9D9;
--teal-700: #0693AC;
--teal-800: #04697B;
--teal-900: #03434F;
--teal-950: #022A31;
}