Teal
#035E7D
BlueColor Codes
All color formats for development
HEX
#035E7DRGB
rgb(3, 94, 125)HSL
hsl(195, 95%, 25%)OKLCH
oklch(0.451 0.089 229.7)CMYK
cmyk(98%, 25%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035570
2#034B63
3#024257
4#02384B
5#022F3E
6#012632
7#011C25
8#011319
9#00090C
Tints
Lighter variations
1#047AA2
2#0596C7
3#06B3EC
4#1FC3F9
5#45CDFA
6#6AD7FB
7#8FE1FC
8#B4EBFD
9#DAF5FE
Tones
Muted variations
1#095B76
2#0F5870
3#15556A
4#1B5264
5#214F5E
6#284C58
7#2E4952
8#34464C
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEE #BEEEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE0 #8DE0FC | BordersInactive statesPlaceholder text |
| 400 | 51D0 #51D0FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FC3 #1FC3F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06A5 #06A5DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0484 #0484AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 035E #035E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023C #023C50 | Primary textHigh emphasis contentDark headings |
| 950 | 0126 #012632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF6FE;
--teal-200: #BEEEFD;
--teal-300: #8DE0FC;
--teal-400: #51D0FB;
--teal-500: #1FC3F9;
--teal-600: #06A5DB;
--teal-700: #0484AE;
--teal-800: #035E7C;
--teal-900: #023C50;
--teal-950: #012632;
}