Teal
#03587C
BlueColor Codes
All color formats for development
HEX
#03587CRGB
rgb(3, 88, 124)HSL
hsl(198, 95%, 25%)OKLCH
oklch(0.435 0.091 235.3)CMYK
cmyk(98%, 29%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034F70
2#034663
3#023E57
4#02354B
5#022C3E
6#012332
7#011A25
8#011219
9#00090C
Tints
Lighter variations
1#0472A2
2#058DC7
3#06A7EC
4#1FB8F9
5#45C4FA
6#6AD0FB
7#8FDBFC
8#B4E7FD
9#DAF3FE
Tones
Muted variations
1#095676
2#0F5370
3#15516A
4#1B4E64
5#214C5E
6#284958
7#2E4752
8#34454C
9#3A4246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEA #BEEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDB #8DDBFC | BordersInactive statesPlaceholder text |
| 400 | 51C8 #51C8FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FB8 #1FB8F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 069B #069BDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 047B #047BAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0358 #03587C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0238 #023850 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF4FE;
--teal-200: #BEEAFD;
--teal-300: #8DDBFC;
--teal-400: #51C8FB;
--teal-500: #1FB8F9;
--teal-600: #069BDB;
--teal-700: #047BAE;
--teal-800: #03587C;
--teal-900: #023850;
--teal-950: #012332;
}