Teal
#0D7FA5
BlueColor Codes
All color formats for development
HEX
#0D7FA5RGB
rgb(13, 127, 165)HSL
hsl(195, 85%, 35%)OKLCH
oklch(0.558 0.107 228.5)CMYK
cmyk(92%, 23%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C7295
2#0B6684
3#095974
4#084C63
5#074053
6#053342
7#042632
8#031921
9#010D11
Tints
Lighter variations
1#1097C4
2#12AEE2
3#28BCEE
4#47C6F0
5#66CFF3
6#84D9F5
7#A3E2F8
8#C2ECFA
9#E0F5FD
Tones
Muted variations
1#157B9E
2#1D7896
3#24748E
4#2C7087
5#336C7F
6#3B6878
7#426570
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 | 92DD #92DDF6 | BordersInactive statesPlaceholder text |
| 400 | 5ACC #5ACCF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BBD #2BBDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A0 #11A0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D7F #0D7FA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5B #0A5B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063A #063A4B | 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: #92DDF6;
--teal-400: #5ACCF2;
--teal-500: #2BBDEE;
--teal-600: #11A0D0;
--teal-700: #0D7FA5;
--teal-800: #0A5B76;
--teal-900: #063A4B;
--teal-950: #04242F;
}