Teal
#0F6571
CyanColor Codes
All color formats for development
HEX
#0F6571RGB
rgb(15, 101, 113)HSL
hsl(187, 77%, 25%)OKLCH
oklch(0.466 0.076 209.7)CMYK
cmyk(87%, 11%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5B66
2#0C515A
3#0A474F
4#093D44
5#073338
6#06292D
7#041E22
8#031417
9#010A0B
Tints
Lighter variations
1#138493
2#17A2B5
3#1CC1D6
4#34D0E5
5#56D8E9
6#78E0ED
7#99E7F2
8#BBEFF6
9#DDF7FB
Tones
Muted variations
1#14626C
2#185E67
3#1D5A62
4#22565D
5#275358
6#2C4F53
7#314B4E
8#36474A
9#3B4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E7 #97E7F2 | BordersInactive statesPlaceholder text |
| 400 | 61DA #61DAEA | Disabled statesSecondary iconsMuted text |
| 500 | 34D0 #34D0E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AB2 #1AB2C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158E #158E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F65 #0F6571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0941 #094148 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF8FB;
--teal-200: #C4F1F7;
--teal-300: #97E7F2;
--teal-400: #61DAEA;
--teal-500: #34D0E5;
--teal-600: #1AB2C7;
--teal-700: #158E9E;
--teal-800: #0F6571;
--teal-900: #094148;
--teal-950: #06292D;
}