Teal
#068EAC
CyanColor Codes
All color formats for development
HEX
#068EACRGB
rgb(6, 142, 172)HSL
hsl(191, 93%, 35%)OKLCH
oklch(0.598 0.108 220)CMYK
cmyk(97%, 17%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06809B
2#05718A
3#046379
4#045567
5#034756
6#023945
7#022B34
8#011C22
9#010E11
Tints
Lighter variations
1#07A8CC
2#09C2EC
3#1FCFF7
4#3FD6F8
5#5FDDF9
6#7FE4FA
7#9FEBFC
8#BFF1FD
9#DFF8FE
Tones
Muted variations
1#0F89A4
2#17839C
3#1F7E93
4#27798B
5#307483
6#386E7A
7#406972
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 | BFF1 #BFF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE7 #8EE7FB | BordersInactive statesPlaceholder text |
| 400 | 53DA #53DAF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22D0 #22D0F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08B2 #08B2D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 068E #068EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0465 #04657B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0341 #03414F | 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: #BFF1FD;
--teal-300: #8EE7FB;
--teal-400: #53DAF9;
--teal-500: #22D0F7;
--teal-600: #08B2D9;
--teal-700: #068EAC;
--teal-800: #04657B;
--teal-900: #03414F;
--teal-950: #022931;
}