Teal
#0683AC
BlueColor Codes
All color formats for development
HEX
#0683ACRGB
rgb(6, 131, 172)HSL
hsl(195, 93%, 35%)OKLCH
oklch(0.571 0.112 229.3)CMYK
cmyk(97%, 24%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06769B
2#05698A
3#045C79
4#044E67
5#034156
6#023445
7#022734
8#011A22
9#010D11
Tints
Lighter variations
1#079BCC
2#09B3EC
3#1FC1F7
4#3FCAF8
5#5FD3F9
6#7FDCFA
7#9FE4FC
8#BFEDFD
9#DFF6FE
Tones
Muted variations
1#0F7FA4
2#177A9C
3#1F7693
4#27728B
5#306E83
6#386A7A
7#406672
8#49626A
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 | BFED #BFEDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE0 #8EE0FB | BordersInactive statesPlaceholder text |
| 400 | 53CF #53CFF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22C2 #22C2F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A4 #08A4D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0683 #0683AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045D #045D7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033C #033C4F | 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: #BFEDFD;
--teal-300: #8EE0FB;
--teal-400: #53CFF9;
--teal-500: #22C2F7;
--teal-600: #08A4D9;
--teal-700: #0683AC;
--teal-800: #045D7B;
--teal-900: #033C4F;
--teal-950: #022531;
}