Teal
#03527D
BlueColor Codes
All color formats for development
HEX
#03527DRGB
rgb(3, 82, 125)HSL
hsl(201, 95%, 25%)OKLCH
oklch(0.42 0.098 241.6)CMYK
cmyk(98%, 34%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034A70
2#034263
3#023957
4#02314B
5#02293E
6#012132
7#011925
8#011019
9#00080C
Tints
Lighter variations
1#046AA2
2#0583C7
3#069CEC
4#1FADF9
5#45BBFA
6#6AC8FB
7#8FD6FC
8#B4E4FD
9#DAF1FE
Tones
Muted variations
1#095076
2#0F4E70
3#154C6A
4#1B4B64
5#21495E
6#284758
7#2E4552
8#34434C
9#3A4246
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE7 #BEE7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD5 #8DD5FC | BordersInactive statesPlaceholder text |
| 400 | 51BF #51BFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FAD #1FADF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0690 #0690DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0473 #0473AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0352 #03527C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0234 #023450 | Primary textHigh emphasis contentDark headings |
| 950 | 0121 #012132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF2FE;
--teal-200: #BEE7FD;
--teal-300: #8DD5FC;
--teal-400: #51BFFB;
--teal-500: #1FADF9;
--teal-600: #0690DB;
--teal-700: #0473AE;
--teal-800: #03527C;
--teal-900: #023450;
--teal-950: #012132;
}