Teal
#0E72A4
BlueColor Codes
All color formats for development
HEX
#0E72A4RGB
rgb(14, 114, 164)HSL
hsl(200, 84%, 35%)OKLCH
oklch(0.525 0.113 238.6)CMYK
cmyk(91%, 30%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D6794
2#0B5B83
3#0A5073
4#094563
5#073952
6#062E42
7#042231
8#031721
9#010B10
Tints
Lighter variations
1#1187C3
2#149DE1
3#2AABEC
4#48B7EF
5#67C3F2
6#85CFF4
7#A4DBF7
8#C2E7FA
9#E1F3FC
Tones
Muted variations
1#16709D
2#1D6D95
3#256B8E
4#2C6886
5#34667F
6#3B6377
7#436170
8#4A5E68
9#525C61
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 | C2E7 #C2E7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93D5 #93D5F6 | BordersInactive statesPlaceholder text |
| 400 | 5BBF #5BBFF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CAC #2CACED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1290 #1290CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E72 #0E72A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A52 #0A5275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0734 #07344B | Primary textHigh emphasis contentDark headings |
| 950 | 0421 #04212F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FE;
--teal-100: #DEF2FC;
--teal-200: #C2E7FA;
--teal-300: #93D5F6;
--teal-400: #5BBFF1;
--teal-500: #2CACED;
--teal-600: #1290CE;
--teal-700: #0E72A4;
--teal-800: #0A5275;
--teal-900: #07344B;
--teal-950: #04212F;
}