Teal
#0F5F71
CyanColor Codes
All color formats for development
HEX
#0F5F71RGB
rgb(15, 95, 113)HSL
hsl(191, 77%, 25%)OKLCH
oklch(0.45 0.076 217.8)CMYK
cmyk(87%, 16%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5566
2#0C4C5A
3#0A424F
4#093944
5#072F38
6#06262D
7#041C22
8#031317
9#01090B
Tints
Lighter variations
1#137B93
2#1798B5
3#1CB4D6
4#34C4E5
5#56CEE9
6#78D8ED
7#99E2F2
8#BBEBF6
9#DDF5FB
Tones
Muted variations
1#145C6C
2#185967
3#1D5662
4#22525D
5#274F58
6#2C4C53
7#31494E
8#36464A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EE #C4EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E1 #97E1F2 | BordersInactive statesPlaceholder text |
| 400 | 61D1 #61D1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34C4 #34C4E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AA7 #1AA7C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1585 #15859E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5F #0F5F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF6FB;
--teal-200: #C4EEF7;
--teal-300: #97E1F2;
--teal-400: #61D1EA;
--teal-500: #34C4E5;
--teal-600: #1AA7C7;
--teal-700: #15859E;
--teal-800: #0F5F71;
--teal-900: #093D48;
--teal-950: #06262D;
}