Teal
#026F7E
CyanColor Codes
All color formats for development
HEX
#026F7ERGB
rgb(2, 111, 126)HSL
hsl(187, 97%, 25%)OKLCH
oklch(0.497 0.086 211.1)CMYK
cmyk(98%, 12%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#026471
2#025964
3#014E58
4#01434B
5#01383F
6#012C32
7#012126
8#001619
9#000B0D
Tints
Lighter variations
1#0291A3
2#03B2C9
3#04D3EF
4#1DE2FC
5#43E6FC
6#68EBFD
7#8EF0FD
8#B4F5FE
9#D9FAFE
Tones
Muted variations
1#086A77
2#0E6671
3#14616B
4#1B5C65
5#21575F
6#275358
7#2D4E52
8#33494C
9#3A4446
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF7 #BEF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF0 #8BF0FD | BordersInactive statesPlaceholder text |
| 400 | 4FE8 #4FE8FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE2 #1DE2FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03C4 #03C4DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 039C #039CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 026F #026F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0147 #014750 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFF;
--teal-100: #DCFAFE;
--teal-200: #BEF7FE;
--teal-300: #8BF0FD;
--teal-400: #4FE8FC;
--teal-500: #1DE2FC;
--teal-600: #03C4DD;
--teal-700: #039CB0;
--teal-800: #026F7E;
--teal-900: #014750;
--teal-950: #012C32;
}