Teal
#0E8EA4
CyanColor Codes
All color formats for development
HEX
#0E8EA4RGB
rgb(14, 142, 164)HSL
hsl(189, 84%, 35%)OKLCH
oklch(0.596 0.102 214)CMYK
cmyk(91%, 13%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D8094
2#0B7183
3#0A6373
4#095563
5#074752
6#063942
7#042B31
8#031C21
9#010E10
Tints
Lighter variations
1#11A8C3
2#14C2E1
3#2ACFEC
4#48D6EF
5#67DDF2
6#85E4F4
7#A4EBF7
8#C2F1FA
9#E1F8FC
Tones
Muted variations
1#16889D
2#1D8395
3#257E8E
4#2C7986
5#34737F
6#3B6E77
7#436970
8#4A6468
9#525E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F1 #C2F1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E7 #93E7F6 | BordersInactive statesPlaceholder text |
| 400 | 5BDA #5BDAF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD0 #2CD0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12B2 #12B2CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E8E #0E8EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A65 #0A6575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0741 #07414B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF8FC;
--teal-200: #C2F1FA;
--teal-300: #93E7F6;
--teal-400: #5BDAF1;
--teal-500: #2CD0ED;
--teal-600: #12B2CE;
--teal-700: #0E8EA4;
--teal-800: #0A6575;
--teal-900: #07414B;
--teal-950: #04282F;
}