Teal
#0F6271
CyanColor Codes
All color formats for development
HEX
#0F6271RGB
rgb(15, 98, 113)HSL
hsl(189, 77%, 25%)OKLCH
oklch(0.458 0.076 213.7)CMYK
cmyk(87%, 13%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5866
2#0C4E5A
3#0A454F
4#093B44
5#073138
6#06272D
7#041D22
8#031417
9#010A0B
Tints
Lighter variations
1#138093
2#179DB5
3#1CBAD6
4#34CAE5
5#56D3E9
6#78DCED
7#99E5F2
8#BBEDF6
9#DDF6FB
Tones
Muted variations
1#145F6C
2#185B67
3#1D5862
4#22545D
5#275158
6#2C4D53
7#314A4E
8#36474A
9#3B4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F0 #C4F0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E4 #97E4F2 | BordersInactive statesPlaceholder text |
| 400 | 61D6 #61D6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34CA #34CAE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AAD #1AADC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1589 #15899E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F62 #0F6271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F48 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF7FB;
--teal-200: #C4F0F7;
--teal-300: #97E4F2;
--teal-400: #61D6EA;
--teal-500: #34CAE5;
--teal-600: #1AADC7;
--teal-700: #15899E;
--teal-800: #0F6271;
--teal-900: #093F48;
--teal-950: #06272D;
}