Teal
#0F7EA3
BlueColor Codes
All color formats for development
HEX
#0F7EA3RGB
rgb(15, 126, 163)HSL
hsl(195, 83%, 35%)OKLCH
oklch(0.555 0.105 228.1)CMYK
cmyk(91%, 23%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E7293
2#0C6583
3#0B5872
4#094C62
5#083F52
6#063341
7#052631
8#031921
9#020D10
Tints
Lighter variations
1#1296C2
2#15ADE0
3#2BBBEB
4#49C5EE
5#67CFF1
6#86D8F4
7#A4E2F7
8#C2ECF9
9#E1F5FC
Tones
Muted variations
1#177B9C
2#1E7795
3#25738D
4#2D6F86
5#346C7E
6#3C6877
7#43646F
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 #C2ECF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DD #94DDF5 | BordersInactive statesPlaceholder text |
| 400 | 5CCB #5CCBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DBC #2DBCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 139F #139FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F7E #0F7EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5A #0B5A75 | 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: #C2ECF9;
--teal-300: #94DDF5;
--teal-400: #5CCBF0;
--teal-500: #2DBCEB;
--teal-600: #139FCD;
--teal-700: #0F7EA3;
--teal-800: #0B5A75;
--teal-900: #073A4B;
--teal-950: #04242F;
}