Teal
#097CAA
BlueColor Codes
All color formats for development
HEX
#097CAARGB
rgb(9, 124, 170)HSL
hsl(197, 90%, 35%)OKLCH
oklch(0.553 0.113 233.9)CMYK
cmyk(95%, 27%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#087099
2#076388
3#065777
4#054A66
5#043E55
6#043244
7#032533
8#021922
9#010C11
Tints
Lighter variations
1#0B93C9
2#0CAAE9
3#23B8F3
4#42C2F5
5#62CCF7
6#81D7F8
7#A1E1FA
8#C0EBFC
9#E0F5FD
Tones
Muted variations
1#1179A2
2#19759A
3#217291
4#296E89
5#316B81
6#396779
7#416471
8#496069
9#515D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EB #C0EBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DB #90DBF9 | BordersInactive statesPlaceholder text |
| 400 | 55C9 #55C9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25B9 #25B9F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B9C #0B9CD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 097C #097CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0659 #065979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0439 #04394E | Primary textHigh emphasis contentDark headings |
| 950 | 0323 #032330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFE;
--teal-100: #DDF4FD;
--teal-200: #C0EBFC;
--teal-300: #90DBF9;
--teal-400: #55C9F6;
--teal-500: #25B9F4;
--teal-600: #0B9CD5;
--teal-700: #097CAA;
--teal-800: #065979;
--teal-900: #04394E;
--teal-950: #032330;
}