Teal
#035C7D
BlueColor Codes
All color formats for development
HEX
#035C7DRGB
rgb(3, 92, 125)HSL
hsl(196, 95%, 25%)OKLCH
oklch(0.446 0.09 231.9)CMYK
cmyk(98%, 26%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035370
2#034A63
3#024057
4#02374B
5#022E3E
6#012532
7#011C25
8#011219
9#00090C
Tints
Lighter variations
1#0478A2
2#0593C7
3#06AFEC
4#1FBFF9
5#45CAFA
6#6AD4FB
7#8FDFFC
8#B4EAFD
9#DAF4FE
Tones
Muted variations
1#095976
2#0F5670
3#15546A
4#1B5164
5#214E5E
6#284B58
7#2E4852
8#34454C
9#3A4346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF5 #DCF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEED #BEEDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDE #8DDEFC | BordersInactive statesPlaceholder text |
| 400 | 51CD #51CDFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FBF #1FBFF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06A2 #06A2DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0481 #0481AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 035C #035C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023B #023B50 | Primary textHigh emphasis contentDark headings |
| 950 | 0125 #012532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF5FE;
--teal-200: #BEEDFD;
--teal-300: #8DDEFC;
--teal-400: #51CDFB;
--teal-500: #1FBFF9;
--teal-600: #06A2DB;
--teal-700: #0481AE;
--teal-800: #035C7C;
--teal-900: #023B50;
--teal-950: #012532;
}