Teal
#0675AC
BlueColor Codes
All color formats for development
HEX
#0675ACRGB
rgb(6, 117, 172)HSL
hsl(200, 93%, 35%)OKLCH
oklch(0.536 0.121 239.9)CMYK
cmyk(97%, 32%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06699B
2#055E8A
3#045279
4#044667
5#033A56
6#022F45
7#022334
8#011722
9#010C11
Tints
Lighter variations
1#078BCC
2#09A0EC
3#1FAFF7
4#3FBAF8
5#5FC6F9
6#7FD1FA
7#9FDDFC
8#BFE8FD
9#DFF4FE
Tones
Muted variations
1#0F72A4
2#176F9C
3#1F6D93
4#276A8B
5#306783
6#38647A
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 | BFE8 #BFE8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED7 #8ED7FB | BordersInactive statesPlaceholder text |
| 400 | 53C1 #53C1F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22B0 #22B0F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0893 #0893D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0675 #0675AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0454 #04547B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0335 #03354F | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF3FE;
--teal-200: #BFE8FD;
--teal-300: #8ED7FB;
--teal-400: #53C1F9;
--teal-500: #22B0F7;
--teal-600: #0893D9;
--teal-700: #0675AC;
--teal-800: #04547B;
--teal-900: #03354F;
--teal-950: #022131;
}