Teal
#03687C
CyanColor Codes
All color formats for development
HEX
#03687CRGB
rgb(3, 104, 124)HSL
hsl(190, 95%, 25%)OKLCH
oklch(0.477 0.085 217.3)CMYK
cmyk(98%, 16%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035E70
2#035363
3#024957
4#023E4B
5#02343E
6#012A32
7#011F25
8#011519
9#000A0C
Tints
Lighter variations
1#0487A2
2#05A7C7
3#06C6EC
4#1FD5F9
5#45DCFA
6#6AE3FB
7#8FEAFC
8#B4F1FD
9#DAF8FE
Tones
Muted variations
1#096476
2#0F6070
3#155C6A
4#1B5864
5#21545E
6#285058
7#2E4C52
8#34484C
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 | BEF3 #BEF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE9 #8DE9FC | BordersInactive statesPlaceholder text |
| 400 | 51DE #51DEFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD5 #1FD5F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06B7 #06B7DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0492 #0492AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0368 #03687C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0243 #024350 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFF;
--teal-100: #DCF8FE;
--teal-200: #BEF3FD;
--teal-300: #8DE9FC;
--teal-400: #51DEFB;
--teal-500: #1FD5F9;
--teal-600: #06B7DB;
--teal-700: #0492AE;
--teal-800: #03687C;
--teal-900: #024350;
--teal-950: #012A32;
}