Teal
#0E7FA4
BlueColor Codes
All color formats for development
HEX
#0E7FA4RGB
rgb(14, 127, 164)HSL
hsl(195, 84%, 35%)OKLCH
oklch(0.558 0.106 227.9)CMYK
cmyk(91%, 23%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D7294
2#0B6583
3#0A5973
4#094C63
5#073F52
6#063342
7#042631
8#031921
9#010D10
Tints
Lighter variations
1#1196C3
2#14AEE1
3#2ABCEC
4#48C5EF
5#67CFF2
6#85D9F4
7#A4E2F7
8#C2ECFA
9#E1F5FC
Tones
Muted variations
1#167B9D
2#1D7795
3#25738E
4#2C7086
5#346C7F
6#3B6877
7#436470
8#4A6168
9#525D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EC #C2ECFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93DD #93DDF6 | BordersInactive statesPlaceholder text |
| 400 | 5BCB #5BCBF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CBC #2CBCED | Primary brand colorCTAsActive elementsLinks |
| 600 | 129F #129FCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E7F #0E7FA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5B #0A5B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073A #073A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0424 #04242F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF5FC;
--teal-200: #C2ECFA;
--teal-300: #93DDF6;
--teal-400: #5BCBF1;
--teal-500: #2CBCED;
--teal-600: #129FCE;
--teal-700: #0E7FA4;
--teal-800: #0A5B75;
--teal-900: #073A4B;
--teal-950: #04242F;
}