Teal
#14739F
BlueColor Codes
All color formats for development
HEX
#14739FRGB
rgb(20, 115, 159)HSL
hsl(199, 78%, 35%)OKLCH
oklch(0.526 0.106 235.5)CMYK
cmyk(87%, 28%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12678F
2#105C7F
3#0E506F
4#0C455F
5#0A394F
6#082E40
7#062230
8#041720
9#020B10
Tints
Lighter variations
1#1788BC
2#1B9DDA
3#30ACE5
4#4EB8E9
5#6BC4ED
6#89D0F0
7#A6DBF4
8#C4E7F8
9#E1F3FB
Tones
Muted variations
1#1B7098
2#226E91
3#296B8A
4#2F6983
5#36667C
6#3D6375
7#44616E
8#4B5E67
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 | C4E7 #C4E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D5 #97D5F2 | BordersInactive statesPlaceholder text |
| 400 | 60BF #60BFEB | Disabled statesSecondary iconsMuted text |
| 500 | 33AD #33ADE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1990 #1990C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1473 #14739F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E52 #0E5271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0934 #093449 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF2FB;
--teal-200: #C4E7F8;
--teal-300: #97D5F2;
--teal-400: #60BFEB;
--teal-500: #33ADE6;
--teal-600: #1990C8;
--teal-700: #14739F;
--teal-800: #0E5271;
--teal-900: #093449;
--teal-950: #06212D;
}