Teal
#026B7E
CyanColor Codes
All color formats for development
HEX
#026B7ERGB
rgb(2, 107, 126)HSL
hsl(189, 97%, 25%)OKLCH
oklch(0.486 0.086 215.7)CMYK
cmyk(98%, 15%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#026071
2#025664
3#014B58
4#01404B
5#01363F
6#012B32
7#012026
8#001519
9#000B0D
Tints
Lighter variations
1#028BA3
2#03ABC9
3#04CBEF
4#1DDAFC
5#43E0FC
6#68E6FD
7#8EEDFD
8#B4F3FE
9#D9F9FE
Tones
Muted variations
1#086777
2#0E6271
3#145E6B
4#1B5A65
5#21555F
6#275158
7#2D4D52
8#33484C
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF4 #BEF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEC #8BECFD | BordersInactive statesPlaceholder text |
| 400 | 4FE2 #4FE2FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DDA #1DDAFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03BC #03BCDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0396 #0396B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 026B #026B7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0145 #014550 | Primary textHigh emphasis contentDark headings |
| 950 | 012B #012B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCF9FE;
--teal-200: #BEF4FE;
--teal-300: #8BECFD;
--teal-400: #4FE2FC;
--teal-500: #1DDAFC;
--teal-600: #03BCDD;
--teal-700: #0396B0;
--teal-800: #026B7E;
--teal-900: #014550;
--teal-950: #012B32;
}