Teal
#0680AC
BlueColor Codes
All color formats for development
HEX
#0680ACRGB
rgb(6, 128, 172)HSL
hsl(196, 93%, 35%)OKLCH
oklch(0.563 0.113 231.7)CMYK
cmyk(97%, 26%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06739B
2#05668A
3#045A79
4#044D67
5#034056
6#023345
7#022634
8#011A22
9#010D11
Tints
Lighter variations
1#0798CC
2#09B0EC
3#1FBDF7
4#3FC7F8
5#5FD0F9
6#7FD9FA
7#9FE3FC
8#BFECFD
9#DFF6FE
Tones
Muted variations
1#0F7CA4
2#17789C
3#1F7493
4#27708B
5#306D83
6#38697A
7#406572
8#49616A
9#515D62
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEC #BFECFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDE #8EDEFB | BordersInactive statesPlaceholder text |
| 400 | 53CC #53CCF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22BE #22BEF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A1 #08A1D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0680 #0680AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045B #045B7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033B #033B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFE;
--teal-100: #DDF5FE;
--teal-200: #BFECFD;
--teal-300: #8EDEFB;
--teal-400: #53CCF9;
--teal-500: #22BEF7;
--teal-600: #08A1D9;
--teal-700: #0680AC;
--teal-800: #045B7B;
--teal-900: #033B4F;
--teal-950: #022531;
}