Teal
#067DAC
BlueColor Codes
All color formats for development
HEX
#067DACRGB
rgb(6, 125, 172)HSL
hsl(197, 93%, 35%)OKLCH
oklch(0.556 0.115 234.1)CMYK
cmyk(97%, 27%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06719B
2#05648A
3#045879
4#044B67
5#033F56
6#023245
7#022634
8#011922
9#010D11
Tints
Lighter variations
1#0794CC
2#09ACEC
3#1FBAF7
4#3FC4F8
5#5FCEF9
6#7FD7FA
7#9FE1FC
8#BFEBFD
9#DFF5FE
Tones
Muted variations
1#0F7AA4
2#17769C
3#1F7293
4#276F8B
5#306B83
6#38687A
7#406472
8#49606A
9#515D62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEB #BFEBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDC #8EDCFB | BordersInactive statesPlaceholder text |
| 400 | 53CA #53CAF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22BA #22BAF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 089D #089DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 067D #067DAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0459 #04597B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0339 #03394F | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF4FE;
--teal-200: #BFEBFD;
--teal-300: #8EDCFB;
--teal-400: #53CAF9;
--teal-500: #22BAF7;
--teal-600: #089DD9;
--teal-700: #067DAC;
--teal-800: #04597B;
--teal-900: #03394F;
--teal-950: #022431;
}