Teal
#1D6995
BlueColor Codes
All color formats for development
HEX
#1D6995RGB
rgb(29, 105, 149)HSL
hsl(202, 67%, 35%)OKLCH
oklch(0.497 0.1 239.5)CMYK
cmyk(81%, 30%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B5F86
2#185477
3#154A68
4#123F59
5#0F354B
6#0C2A3C
7#09202D
8#06151E
9#030B0F
Tints
Lighter variations
1#237DB1
2#2890CC
3#3DA0D9
4#59ADDE
5#75BBE4
6#90C9E9
7#ACD6EF
8#C8E4F4
9#E3F1FA
Tones
Muted variations
1#23688F
2#296689
3#2F6483
4#35637D
5#3B6177
6#416071
7#475E6B
8#4D5C65
9#535B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E4 #C8E4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DCF #9DCFEC | BordersInactive statesPlaceholder text |
| 400 | 6AB6 #6AB6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FA1 #3FA1D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2584 #2584BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D69 #1D6995 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 154B #154B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D30 #0D3044 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FC;
--teal-100: #E1F0F9;
--teal-200: #C8E4F4;
--teal-300: #9DCFEC;
--teal-400: #6AB6E2;
--teal-500: #3FA1D9;
--teal-600: #2584BB;
--teal-700: #1D6995;
--teal-800: #154B6A;
--teal-900: #0D3044;
--teal-950: #081E2B;
}