Teal
#266C8C
BlueColor Codes
All color formats for development
HEX
#266C8CRGB
rgb(38, 108, 140)HSL
hsl(199, 57%, 35%)OKLCH
oklch(0.502 0.085 232)CMYK
cmyk(73%, 23%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23617E
2#1F5670
3#1B4C62
4#174154
5#133646
6#0F2B38
7#0C202A
8#08161C
9#040B0E
Tints
Lighter variations
1#2E80A6
2#3594C0
3#49A3CD
4#63B0D4
5#7DBDDB
6#97CBE2
7#B1D8EA
8#CBE5F1
9#E5F2F8
Tones
Muted variations
1#2B6A87
2#316882
3#36667D
4#3B6478
5#406373
6#45616E
7#4A5F69
8#4F5D63
9#545B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F1 #E3F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE5 #CBE5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D1 #A3D1E6 | BordersInactive statesPlaceholder text |
| 400 | 73B8 #73B8D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BA4 #4BA4CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3088 #3088B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 266C #266C8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4D #1B4D64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1231 #123140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1F #0B1F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F1F7;
--teal-200: #CBE5F1;
--teal-300: #A3D1E6;
--teal-400: #73B8D9;
--teal-500: #4BA4CE;
--teal-600: #3088B0;
--teal-700: #266C8C;
--teal-800: #1B4D64;
--teal-900: #123140;
--teal-950: #0B1F28;
}