Teal
#0385B0
BlueColor Codes
All color formats for development
HEX
#0385B0RGB
rgb(3, 133, 176)HSL
hsl(195, 97%, 35%)OKLCH
oklch(0.578 0.115 230.1)CMYK
cmyk(98%, 24%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02779E
2#026A8D
3#025D7B
4#025069
5#014258
6#013546
7#012835
8#011B23
9#000D12
Tints
Lighter variations
1#039DD0
2#04B6F1
3#1AC3FC
4#3BCCFC
5#5CD4FD
6#7CDDFD
7#9DE5FE
8#BEEEFE
9#DEF6FF
Tones
Muted variations
1#0B80A7
2#147C9F
3#1D7896
4#25738D
5#2E6F85
6#376B7C
7#3F6673
8#48626B
9#515E62
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 #BEEEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE1 #8BE1FD | BordersInactive statesPlaceholder text |
| 400 | 4FD1 #4FD1FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DC4 #1DC4FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03A7 #03A7DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0385 #0385B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 025F #025F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013D #013D50 | 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: #BEEEFE;
--teal-300: #8BE1FD;
--teal-400: #4FD1FC;
--teal-500: #1DC4FC;
--teal-600: #03A7DD;
--teal-700: #0385B0;
--teal-800: #025F7E;
--teal-900: #013D50;
--teal-950: #012632;
}