Teal
#0A6276
CyanColor Codes
All color formats for development
HEX
#0A6276RGB
rgb(10, 98, 118)HSL
hsl(191, 84%, 25%)OKLCH
oklch(0.459 0.08 218.9)CMYK
cmyk(92%, 17%, 0%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09586A
2#084E5E
3#074452
4#063B46
5#05313B
6#04272F
7#031D23
8#021417
9#010A0C
Tints
Lighter variations
1#0D7F98
2#109CBC
3#13BADF
4#2CC9ED
5#4FD2F0
6#72DBF3
7#95E4F6
8#B9EDF9
9#DCF6FC
Tones
Muted variations
1#105E70
2#155B6B
3#1A5765
4#205460
5#25515B
6#2A4D55
7#304A50
8#35474A
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E4 #93E4F6 | BordersInactive statesPlaceholder text |
| 400 | 5BD5 #5BD5F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CC9 #2CC9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12AC #12ACCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E89 #0E89A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A62 #0A6275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073F #073F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DEF7FC;
--teal-200: #C2EFFA;
--teal-300: #93E4F6;
--teal-400: #5BD5F1;
--teal-500: #2CC9ED;
--teal-600: #12ACCE;
--teal-700: #0E89A4;
--teal-800: #0A6275;
--teal-900: #073F4B;
--teal-950: #04272F;
}