Teal
#097FAA
BlueColor Codes
All color formats for development
HEX
#097FAARGB
rgb(9, 127, 170)HSL
hsl(196, 90%, 35%)OKLCH
oklch(0.56 0.112 231.5)CMYK
cmyk(95%, 25%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#087299
2#076588
3#065977
4#054C66
5#043F55
6#043344
7#032633
8#021922
9#010D11
Tints
Lighter variations
1#0B96C9
2#0CAEE9
3#23BCF3
4#42C5F5
5#62CFF7
6#81D9F8
7#A1E2FA
8#C0ECFC
9#E0F5FD
Tones
Muted variations
1#117BA2
2#19779A
3#217391
4#297089
5#316C81
6#396879
7#416471
8#496169
9#515D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EC #C0ECFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DD #90DDF9 | BordersInactive statesPlaceholder text |
| 400 | 55CB #55CBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25BC #25BCF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B9F #0B9FD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 097F #097FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065B #065B79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043A #043A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0324 #032430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFE;
--teal-100: #DDF5FD;
--teal-200: #C0ECFC;
--teal-300: #90DDF9;
--teal-400: #55CBF6;
--teal-500: #25BCF4;
--teal-600: #0B9FD5;
--teal-700: #097FAA;
--teal-800: #065B79;
--teal-900: #043A4E;
--teal-950: #032430;
}