Teal
#0E95A4
CyanColor Codes
All color formats for development
HEX
#0E95A4RGB
rgb(14, 149, 164)HSL
hsl(186, 84%, 35%)OKLCH
oklch(0.613 0.103 207.6)CMYK
cmyk(91%, 9%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D8694
2#0B7783
3#0A6873
4#095A63
5#074B52
6#063C42
7#042D31
8#031E21
9#010F10
Tints
Lighter variations
1#11B1C3
2#14CDE1
3#2AD9EC
4#48DEEF
5#67E4F2
6#85E9F4
7#A4EFF7
8#C2F4FA
9#E1FAFC
Tones
Muted variations
1#168F9D
2#1D8995
3#25838E
4#2C7D86
5#34777F
6#3B7177
7#436B70
8#4A6568
9#525F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F4 #C2F4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EC #93ECF6 | BordersInactive statesPlaceholder text |
| 400 | 5BE2 #5BE2F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD9 #2CD9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12BC #12BCCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E95 #0E95A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6B #0A6B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF9FC;
--teal-200: #C2F4FA;
--teal-300: #93ECF6;
--teal-400: #5BE2F1;
--teal-500: #2CD9ED;
--teal-600: #12BCCE;
--teal-700: #0E95A4;
--teal-800: #0A6B75;
--teal-900: #07444B;
--teal-950: #042B2F;
}