Teal
#148F9F
CyanColor Codes
All color formats for development
HEX
#148F9FRGB
rgb(20, 143, 159)HSL
hsl(187, 78%, 35%)OKLCH
oklch(0.597 0.099 209.1)CMYK
cmyk(87%, 10%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12808F
2#10727F
3#0E646F
4#0C565F
5#0A474F
6#083940
7#062B30
8#041D20
9#020E10
Tints
Lighter variations
1#17A9BC
2#1BC4DA
3#30D0E5
4#4ED7E9
5#6BDEED
6#89E4F0
7#A6EBF4
8#C4F2F8
9#E1F8FB
Tones
Muted variations
1#1B8998
2#228491
3#297F8A
4#2F7983
5#36747C
6#3D6F75
7#44696E
8#4B6467
9#525F60
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 | C4F2 #C4F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E7 #97E7F2 | BordersInactive statesPlaceholder text |
| 400 | 60DB #60DBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33D1 #33D1E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B3 #19B3C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148F #148F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E66 #0E6671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0941 #094149 | 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: #C4F2F8;
--teal-300: #97E7F2;
--teal-400: #60DBEB;
--teal-500: #33D1E6;
--teal-600: #19B3C8;
--teal-700: #148F9F;
--teal-800: #0E6671;
--teal-900: #094149;
--teal-950: #06292D;
}