Teal
#19759A
BlueColor Codes
All color formats for development
HEX
#19759ARGB
rgb(25, 117, 154)HSL
hsl(197, 72%, 35%)OKLCH
oklch(0.529 0.099 231)CMYK
cmyk(84%, 24%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16698A
2#145E7B
3#11526B
4#0F465C
5#0C3B4D
6#0A2F3D
7#07232E
8#05171F
9#020C0F
Tints
Lighter variations
1#1E8BB6
2#22A1D3
3#37AFDF
4#54BBE3
5#70C6E8
6#8DD1EC
7#A9DDF1
8#C6E8F6
9#E2F4FA
Tones
Muted variations
1#1F7293
2#26708D
3#2C6D86
4#336A80
5#396779
6#406473
7#46626D
8#4C5F66
9#535C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F3 #E0F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E8 #C6E8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD7 #9AD7EF | BordersInactive statesPlaceholder text |
| 400 | 65C2 #65C2E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AB0 #3AB0DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F93 #1F93C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1975 #19759A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1254 #12546E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B36 #0B3646 | Primary textHigh emphasis contentDark headings |
| 950 | 0721 #07212C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F3FA;
--teal-200: #C6E8F6;
--teal-300: #9AD7EF;
--teal-400: #65C2E6;
--teal-500: #3AB0DF;
--teal-600: #1F93C1;
--teal-700: #19759A;
--teal-800: #12546E;
--teal-900: #0B3646;
--teal-950: #07212C;
}