Teal
#148A9F
CyanColor Codes
All color formats for development
HEX
#148A9FRGB
rgb(20, 138, 159)HSL
hsl(189, 78%, 35%)OKLCH
oklch(0.584 0.099 214)CMYK
cmyk(87%, 13%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#127C8F
2#106E7F
3#0E616F
4#0C535F
5#0A454F
6#083740
7#062930
8#041C20
9#020E10
Tints
Lighter variations
1#17A4BC
2#1BBDDA
3#30CAE5
4#4ED2E9
5#6BD9ED
6#89E1F0
7#A6E8F4
8#C4F0F8
9#E1F7FB
Tones
Muted variations
1#1B8598
2#228091
3#297B8A
4#2F7683
5#36727C
6#3D6D75
7#44686E
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 | C4F0 #C4F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E4 #97E4F2 | BordersInactive statesPlaceholder text |
| 400 | 60D6 #60D6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33CB #33CBE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19AD #19ADC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148A #148A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E63 #0E6371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F49 | 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: #F1FCFD;
--teal-100: #DFF7FB;
--teal-200: #C4F0F8;
--teal-300: #97E4F2;
--teal-400: #60D6EB;
--teal-500: #33CBE6;
--teal-600: #19ADC8;
--teal-700: #148A9F;
--teal-800: #0E6371;
--teal-900: #093F49;
--teal-950: #06272D;
}