Teal
#1C7097
BlueColor Codes
All color formats for development
HEX
#1C7097RGB
rgb(28, 112, 151)HSL
hsl(199, 69%, 35%)OKLCH
oklch(0.515 0.098 234.1)CMYK
cmyk(81%, 26%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#196588
2#165979
3#134E6A
4#11435A
5#0E384B
6#0B2D3C
7#08222D
8#06161E
9#030B0F
Tints
Lighter variations
1#2185B3
2#2699CF
3#3BA8DB
4#57B5E0
5#73C1E5
6#8FCDEA
7#ABDAF0
8#C7E6F5
9#E3F3FA
Tones
Muted variations
1#226E91
2#286B8B
3#2E6984
4#34677E
5#3A6578
6#416272
7#47606C
8#4D5E66
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E6 #C7E6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD3 #9CD3ED | BordersInactive statesPlaceholder text |
| 400 | 68BC #68BCE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DA9 #3DA9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 238D #238DBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C70 #1C7097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1450 #14506C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D33 #0D3345 | Primary textHigh emphasis contentDark headings |
| 950 | 0820 #08202B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E1F2F9;
--teal-200: #C7E6F5;
--teal-300: #9CD3ED;
--teal-400: #68BCE3;
--teal-500: #3DA9DB;
--teal-600: #238DBE;
--teal-700: #1C7097;
--teal-800: #14506C;
--teal-900: #0D3345;
--teal-950: #08202B;
}