Teal
#148C9F
CyanColor Codes
All color formats for development
HEX
#148C9FRGB
rgb(20, 140, 159)HSL
hsl(188, 78%, 35%)OKLCH
oklch(0.589 0.099 212)CMYK
cmyk(87%, 12%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#127E8F
2#10707F
3#0E626F
4#0C545F
5#0A464F
6#083840
7#062A30
8#041C20
9#020E10
Tints
Lighter variations
1#17A6BC
2#1BC0DA
3#30CDE5
4#4ED4E9
5#6BDCED
6#89E3F0
7#A6EAF4
8#C4F1F8
9#E1F8FB
Tones
Muted variations
1#1B8798
2#228291
3#297D8A
4#2F7883
5#36737C
6#3D6E75
7#44696E
8#4B6367
9#525E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E6 #97E6F2 | BordersInactive statesPlaceholder text |
| 400 | 60D9 #60D9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33CE #33CEE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B0 #19B0C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148C #148C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E64 #0E6471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0940 #094049 | 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: #F1FCFD;
--teal-100: #DFF7FB;
--teal-200: #C4F1F8;
--teal-300: #97E6F2;
--teal-400: #60D9EB;
--teal-500: #33CEE6;
--teal-600: #19B0C8;
--teal-700: #148C9F;
--teal-800: #0E6471;
--teal-900: #094049;
--teal-950: #06282D;
}