Teal
#1C6E97
BlueColor Codes
All color formats for development
HEX
#1C6E97RGB
rgb(28, 110, 151)HSL
hsl(200, 69%, 35%)OKLCH
oklch(0.51 0.099 236)CMYK
cmyk(81%, 27%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#196388
2#165879
3#134D6A
4#11425A
5#0E374B
6#0B2C3C
7#08212D
8#06161E
9#030B0F
Tints
Lighter variations
1#2182B3
2#2697CF
3#3BA6DB
4#57B2E0
5#73BFE5
6#8FCCEA
7#ABD9F0
8#C7E5F5
9#E3F2FA
Tones
Muted variations
1#226C91
2#286A8B
3#2E6884
4#34667E
5#3A6478
6#416172
7#475F6C
8#4D5D66
9#535B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F1 #E1F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E5 #C7E5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD2 #9CD2ED | BordersInactive statesPlaceholder text |
| 400 | 68BA #68BAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA7 #3DA7DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 238A #238ABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C6E #1C6E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144E #144E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D32 #0D3245 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E1F1F9;
--teal-200: #C7E5F5;
--teal-300: #9CD2ED;
--teal-400: #68BAE3;
--teal-500: #3DA7DB;
--teal-600: #238ABE;
--teal-700: #1C6E97;
--teal-800: #144E6C;
--teal-900: #0D3245;
--teal-950: #081F2B;
}