Teal
#03667C
CyanColor Codes
All color formats for development
HEX
#03667CRGB
rgb(3, 102, 124)HSL
hsl(191, 95%, 25%)OKLCH
oklch(0.472 0.085 219.7)CMYK
cmyk(98%, 18%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035C70
2#035263
3#024757
4#023D4B
5#02333E
6#012932
7#011F25
8#011419
9#000A0C
Tints
Lighter variations
1#0485A2
2#05A3C7
3#06C2EC
4#1FD1F9
5#45D9FA
6#6AE1FB
7#8FE8FC
8#B4F0FD
9#DAF7FE
Tones
Muted variations
1#096276
2#0F5E70
3#155B6A
4#1B5764
5#21535E
6#284F58
7#2E4B52
8#34474C
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF2 #BEF2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE8 #8DE8FC | BordersInactive statesPlaceholder text |
| 400 | 51DB #51DBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD1 #1FD1F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06B4 #06B4DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 048F #048FAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0366 #03667C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0241 #024150 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF8FE;
--teal-200: #BEF2FD;
--teal-300: #8DE8FC;
--teal-400: #51DBFB;
--teal-500: #1FD1F9;
--teal-600: #06B4DB;
--teal-700: #048FAE;
--teal-800: #03667C;
--teal-900: #024150;
--teal-950: #012932;
}