Teal
#035A7D
BlueColor Codes
All color formats for development
HEX
#035A7DRGB
rgb(3, 90, 125)HSL
hsl(197, 95%, 25%)OKLCH
oklch(0.441 0.091 234)CMYK
cmyk(98%, 28%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035170
2#034863
3#023F57
4#02364B
5#022D3E
6#012432
7#011B25
8#011219
9#00090C
Tints
Lighter variations
1#0475A2
2#0590C7
3#06ABEC
4#1FBBF9
5#45C7FA
6#6AD2FB
7#8FDDFC
8#B4E8FD
9#DAF4FE
Tones
Muted variations
1#095776
2#0F5570
3#15526A
4#1B4F64
5#214D5E
6#284A58
7#2E4852
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 | BEEB #BEEBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDC #8DDCFC | BordersInactive statesPlaceholder text |
| 400 | 51CA #51CAFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FBB #1FBBF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 069E #069EDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 047E #047EAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 035A #035A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023A #023A50 | Primary textHigh emphasis contentDark headings |
| 950 | 0124 #012432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FAFF;
--teal-100: #DCF4FE;
--teal-200: #BEEBFD;
--teal-300: #8DDCFC;
--teal-400: #51CAFB;
--teal-500: #1FBBF9;
--teal-600: #069EDB;
--teal-700: #047EAE;
--teal-800: #035A7C;
--teal-900: #023A50;
--teal-950: #012432;
}