Teal
#0387B0
CyanColor Codes
All color formats for development
HEX
#0387B0RGB
rgb(3, 135, 176)HSL
hsl(194, 97%, 35%)OKLCH
oklch(0.583 0.114 228.5)CMYK
cmyk(98%, 23%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#027A9E
2#026C8D
3#025F7B
4#025169
5#014458
6#013646
7#012935
8#011B23
9#000E12
Tints
Lighter variations
1#03A1D0
2#04BAF1
3#1AC7FC
4#3BCFFC
5#5CD7FD
6#7CDFFD
7#9DE7FE
8#BEEFFE
9#DEF7FF
Tones
Muted variations
1#0B83A7
2#147E9F
3#1D7A96
4#25758D
5#2E7085
6#376C7C
7#3F6773
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 | BEEF #BEEFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE3 #8BE3FD | BordersInactive statesPlaceholder text |
| 400 | 4FD4 #4FD4FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DC8 #1DC8FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03AA #03AADD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0387 #0387B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0261 #02617E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013E #013E50 | Primary textHigh emphasis contentDark headings |
| 950 | 0127 #012732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DCF6FE;
--teal-200: #BEEFFE;
--teal-300: #8BE3FD;
--teal-400: #4FD4FC;
--teal-500: #1DC8FC;
--teal-600: #03AADD;
--teal-700: #0387B0;
--teal-800: #02617E;
--teal-900: #013E50;
--teal-950: #012732;
}