Teal
#1273A1
BlueColor Codes
All color formats for development
HEX
#1273A1RGB
rgb(18, 115, 161)HSL
hsl(199, 80%, 35%)OKLCH
oklch(0.526 0.109 236.5)CMYK
cmyk(89%, 29%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106891
2#0E5C81
3#0C5170
4#0B4560
5#093A50
6#072E40
7#052330
8#041720
9#020C10
Tints
Lighter variations
1#1589BE
2#189EDC
3#2EADE8
4#4CB9EB
5#6AC4EE
6#88D0F2
7#A5DCF5
8#C3E8F8
9#E1F3FC
Tones
Muted variations
1#19719A
2#206E92
3#276C8B
4#2E6984
5#36667D
6#3D6476
7#44616F
8#4B5E68
9#525C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E8 #C3E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95D6 #95D6F3 | BordersInactive statesPlaceholder text |
| 400 | 5EC0 #5EC0ED | Disabled statesSecondary iconsMuted text |
| 500 | 30AE #30AEE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1691 #1691CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1273 #1273A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D52 #0D5273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0835 #083549 | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF2FB;
--teal-200: #C3E8F8;
--teal-300: #95D6F3;
--teal-400: #5EC0ED;
--teal-500: #30AEE8;
--teal-600: #1691CA;
--teal-700: #1273A1;
--teal-800: #0D5273;
--teal-900: #083549;
--teal-950: #05212E;
}