Teal
#0E5271
BlueColor Codes
All color formats for development
HEX
#0E5271RGB
rgb(14, 82, 113)HSL
hsl(199, 78%, 25%)OKLCH
oklch(0.415 0.081 234.5)CMYK
cmyk(88%, 27%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4A66
2#0B425B
3#0A394F
4#083144
5#072939
6#06212D
7#041922
8#031017
9#01080B
Tints
Lighter variations
1#126B94
2#1683B6
3#1B9CD8
4#33ADE6
5#55BBEA
6#77C8EE
7#99D6F2
8#BBE4F7
9#DDF1FB
Tones
Muted variations
1#13506D
2#184E68
3#1D4D63
4#224B5E
5#274959
6#2C4754
7#31454F
8#36434A
9#3B4245
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;
}