Teal
#0D5272
BlueColor Codes
All color formats for development
HEX
#0D5272RGB
rgb(13, 82, 114)HSL
hsl(199, 80%, 25%)OKLCH
oklch(0.415 0.083 235.2)CMYK
cmyk(89%, 28%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4A67
2#0A425C
3#093A50
4#083145
5#062939
6#05212E
7#041922
8#031017
9#01080B
Tints
Lighter variations
1#116B95
2#1484B8
3#189DDA
4#30AEE8
5#53BBEC
6#75C9F0
7#98D6F4
8#BAE4F7
9#DDF1FB
Tones
Muted variations
1#12516E
2#174F69
3#1C4D63
4#214B5E
5#264959
6#2B4754
7#30454F
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 | 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;
}