Teal
#0F6FA3
BlueColor Codes
All color formats for development
HEX
#0F6FA3RGB
rgb(15, 111, 163)HSL
hsl(201, 83%, 35%)OKLCH
oklch(0.517 0.115 240.4)CMYK
cmyk(91%, 32%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E6493
2#0C5983
3#0B4E72
4#094362
5#083852
6#062D41
7#052131
8#031621
9#020B10
Tints
Lighter variations
1#1284C2
2#1599E0
3#2BA8EB
4#49B4EE
5#67C1F1
6#86CDF4
7#A4DAF7
8#C2E6F9
9#E1F3FC
Tones
Muted variations
1#176D9C
2#1E6B95
3#25698D
4#2D6786
5#34647E
6#3C6277
7#43606F
8#4A5E68
9#525B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E6 #C2E6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D3 #94D3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CBC #5CBCF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DA9 #2DA9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 138C #138CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F6F #0F6FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B50 #0B5075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0733 #07334B | Primary textHigh emphasis contentDark headings |
| 950 | 0420 #04202F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DEF2FC;
--teal-200: #C2E6F9;
--teal-300: #94D3F5;
--teal-400: #5CBCF0;
--teal-500: #2DA9EB;
--teal-600: #138CCD;
--teal-700: #0F6FA3;
--teal-800: #0B5075;
--teal-900: #07334B;
--teal-950: #04202F;
}