Teal
#0E81A4
CyanColor Codes
All color formats for development
HEX
#0E81A4RGB
rgb(14, 129, 164)HSL
hsl(194, 84%, 35%)OKLCH
oklch(0.563 0.105 226.1)CMYK
cmyk(91%, 21%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D7494
2#0B6783
3#0A5A73
4#094E63
5#074152
6#063442
7#042731
8#031A21
9#010D10
Tints
Lighter variations
1#1199C3
2#14B1E1
3#2ABFEC
4#48C8EF
5#67D1F2
6#85DAF4
7#A4E4F7
8#C2EDFA
9#E1F6FC
Tones
Muted variations
1#167D9D
2#1D7995
3#25758E
4#2C7186
5#346D7F
6#3B6977
7#436570
8#4A6168
9#525D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93DF #93DFF6 | BordersInactive statesPlaceholder text |
| 400 | 5BCE #5BCEF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC0 #2CC0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12A2 #12A2CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E81 #0E81A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5C #0A5C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073B #073B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF5FC;
--teal-200: #C2EDFA;
--teal-300: #93DFF6;
--teal-400: #5BCEF1;
--teal-500: #2CC0ED;
--teal-600: #12A2CE;
--teal-700: #0E81A4;
--teal-800: #0A5C75;
--teal-900: #073B4B;
--teal-950: #04252F;
}