Teal
#0678AC
BlueColor Codes
All color formats for development
HEX
#0678ACRGB
rgb(6, 120, 172)HSL
hsl(199, 93%, 35%)OKLCH
oklch(0.544 0.119 237.8)CMYK
cmyk(97%, 30%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066C9B
2#05608A
3#045479
4#044867
5#033C56
6#023045
7#022434
8#011822
9#010C11
Tints
Lighter variations
1#078ECC
2#09A4EC
3#1FB3F7
4#3FBDF8
5#5FC8F9
6#7FD3FA
7#9FDEFC
8#BFE9FD
9#DFF4FE
Tones
Muted variations
1#0F75A4
2#17729C
3#1F6F93
4#276C8B
5#306883
6#38657A
7#406272
8#495F6A
9#515C62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE9 #BFE9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED8 #8ED8FB | BordersInactive statesPlaceholder text |
| 400 | 53C4 #53C4F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22B3 #22B3F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0896 #0896D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0678 #0678AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0455 #04557B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0337 #03374F | Primary textHigh emphasis contentDark headings |
| 950 | 0222 #022231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF3FE;
--teal-200: #BFE9FD;
--teal-300: #8ED8FB;
--teal-400: #53C4F9;
--teal-500: #22B3F7;
--teal-600: #0896D9;
--teal-700: #0678AC;
--teal-800: #04557B;
--teal-900: #03374F;
--teal-950: #022231;
}