Teal
#0F6370
CyanColor Codes
All color formats for development
HEX
#0F6370RGB
rgb(15, 99, 112)HSL
hsl(188, 76%, 25%)OKLCH
oklch(0.46 0.076 211.2)CMYK
cmyk(87%, 12%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E5965
2#0C4F5A
3#0B454F
4#093C43
5#083238
6#06282D
7#051E22
8#031416
9#020A0B
Tints
Lighter variations
1#148192
2#189FB4
3#1DBDD5
4#35CCE3
5#57D5E8
6#78DDED
7#9AE6F1
8#BCEEF6
9#DDF7FA
Tones
Muted variations
1#14606B
2#195C67
3#1E5962
4#23555D
5#285258
6#2C4E53
7#314A4E
8#364749
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F0 #C5F0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E5 #98E5F1 | BordersInactive statesPlaceholder text |
| 400 | 62D7 #62D7EA | Disabled statesSecondary iconsMuted text |
| 500 | 35CC #35CCE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAF #1BAFC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158B #158B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F63 #0F6370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A40 #0A4048 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F7FB;
--teal-200: #C5F0F7;
--teal-300: #98E5F1;
--teal-400: #62D7EA;
--teal-500: #35CCE3;
--teal-600: #1BAFC5;
--teal-700: #158B9D;
--teal-800: #0F6370;
--teal-900: #0A4048;
--teal-950: #06282D;
}