Teal
#068BAC
CyanColor Codes
All color formats for development
HEX
#068BACRGB
rgb(6, 139, 172)HSL
hsl(192, 93%, 35%)OKLCH
oklch(0.591 0.109 222.6)CMYK
cmyk(97%, 19%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#067D9B
2#056F8A
3#046179
4#045367
5#034656
6#023845
7#022A34
8#011C22
9#010E11
Tints
Lighter variations
1#07A5CC
2#09BFEC
3#1FCCF7
4#3FD3F8
5#5FDAF9
6#7FE2FA
7#9FE9FC
8#BFF0FD
9#DFF8FE
Tones
Muted variations
1#0F86A4
2#17819C
3#1F7C93
4#27778B
5#307283
6#386D7A
7#406872
8#49636A
9#515E62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF0 #BFF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE5 #8EE5FB | BordersInactive statesPlaceholder text |
| 400 | 53D8 #53D8F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22CC #22CCF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08AF #08AFD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 068B #068BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0463 #04637B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0340 #03404F | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF7FE;
--teal-200: #BFF0FD;
--teal-300: #8EE5FB;
--teal-400: #53D8F9;
--teal-500: #22CCF7;
--teal-600: #08AFD9;
--teal-700: #068BAC;
--teal-800: #04637B;
--teal-900: #03404F;
--teal-950: #022831;
}