Teal
#0775AB
BlueColor Codes
All color formats for development
HEX
#0775ABRGB
rgb(7, 117, 171)HSL
hsl(200, 92%, 35%)OKLCH
oklch(0.536 0.12 239.5)CMYK
cmyk(96%, 32%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06699A
2#065D89
3#055278
4#044667
5#043A56
6#032F45
7#022333
8#011722
9#010C11
Tints
Lighter variations
1#088ACB
2#0AA0EB
3#20AFF6
4#40BAF7
5#60C6F8
6#80D1FA
7#A0DDFB
8#BFE8FC
9#DFF4FE
Tones
Muted variations
1#0F72A3
2#186F9B
3#206C93
4#286A8B
5#306782
6#38647A
7#416172
8#495F6A
9#515C61
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 #BFE8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED6 #8ED6FA | BordersInactive statesPlaceholder text |
| 400 | 54C1 #54C1F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23AF #23AFF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0993 #0993D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0775 #0775AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0553 #05537A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0335 #03354E | 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: #BFE8FC;
--teal-300: #8ED6FA;
--teal-400: #54C1F8;
--teal-500: #23AFF6;
--teal-600: #0993D7;
--teal-700: #0775AB;
--teal-800: #05537A;
--teal-900: #03354E;
--teal-950: #022131;
}