Teal
#036B7D
CyanColor Codes
All color formats for development
HEX
#036B7DRGB
rgb(3, 107, 125)HSL
hsl(189, 95%, 25%)OKLCH
oklch(0.486 0.085 214.8)CMYK
cmyk(98%, 14%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036070
2#035563
3#024A57
4#02404B
5#02353E
6#012A32
7#012025
8#011519
9#000B0C
Tints
Lighter variations
1#048AA2
2#05AAC7
3#06CAEC
4#1FD9F9
5#45DFFA
6#6AE5FB
7#8FECFC
8#B4F2FD
9#DAF9FE
Tones
Muted variations
1#096676
2#0F6270
3#155D6A
4#1B5964
5#21555E
6#285158
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 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF4 #BEF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEB #8DEBFC | BordersInactive statesPlaceholder text |
| 400 | 51E1 #51E1FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD9 #1FD9F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06BB #06BBDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0495 #0495AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036A #036A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #024450 | 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: #DCF9FE;
--teal-200: #BEF4FD;
--teal-300: #8DEBFC;
--teal-400: #51E1FB;
--teal-500: #1FD9F9;
--teal-600: #06BBDB;
--teal-700: #0495AE;
--teal-800: #036A7C;
--teal-900: #024450;
--teal-950: #012A32;
}