Teal
#067AAC
BlueColor Codes
All color formats for development
HEX
#067AACRGB
rgb(6, 122, 172)HSL
hsl(198, 93%, 35%)OKLCH
oklch(0.549 0.117 236.4)CMYK
cmyk(97%, 29%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066E9B
2#05628A
3#045679
4#044967
5#033D56
6#023145
7#022534
8#011822
9#010C11
Tints
Lighter variations
1#0791CC
2#09A8EC
3#1FB6F7
4#3FC1F8
5#5FCBF9
6#7FD5FA
7#9FE0FC
8#BFEAFD
9#DFF5FE
Tones
Muted variations
1#0F77A4
2#17749C
3#1F7093
4#276D8B
5#306A83
6#38677A
7#406372
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 | BFEA #BFEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDA #8EDAFB | BordersInactive statesPlaceholder text |
| 400 | 53C7 #53C7F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22B7 #22B7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 089A #089AD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 067A #067AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0457 #04577B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0338 #03384F | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF4FE;
--teal-200: #BFEAFD;
--teal-300: #8EDAFB;
--teal-400: #53C7F9;
--teal-500: #22B7F7;
--teal-600: #089AD9;
--teal-700: #067AAC;
--teal-800: #04577B;
--teal-900: #03384F;
--teal-950: #022331;
}