Teal
#0E4F71
BlueColor Codes
All color formats for development
HEX
#0E4F71RGB
rgb(14, 79, 113)HSL
hsl(201, 78%, 25%)OKLCH
oklch(0.407 0.083 238)CMYK
cmyk(88%, 30%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4766
2#0B3F5B
3#0A374F
4#082F44
5#072739
6#061F2D
7#041822
8#031017
9#01080B
Tints
Lighter variations
1#126694
2#167EB6
3#1B95D8
4#33A7E6
5#55B6EA
6#77C4EE
7#99D3F2
8#BBE2F7
9#DDF0FB
Tones
Muted variations
1#134D6D
2#184C68
3#1D4A63
4#22495E
5#274759
6#2C4654
7#31444F
8#36434A
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D2 #97D2F2 | BordersInactive statesPlaceholder text |
| 400 | 60BB #60BBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33A7 #33A7E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 198A #198AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 146E #146E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4F #0E4F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0932 #093249 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FD;
--teal-100: #DFF1FB;
--teal-200: #C4E6F8;
--teal-300: #97D2F2;
--teal-400: #60BBEB;
--teal-500: #33A7E6;
--teal-600: #198AC8;
--teal-700: #146E9F;
--teal-800: #0E4F71;
--teal-900: #093249;
--teal-950: #061F2D;
}