Teal
#266F8C
BlueColor Codes
All color formats for development
HEX
#266F8CRGB
rgb(38, 111, 140)HSL
hsl(197, 57%, 35%)OKLCH
oklch(0.51 0.084 228.4)CMYK
cmyk(73%, 21%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23647E
2#1F5970
3#1B4E62
4#174354
5#133846
6#0F2D38
7#0C212A
8#08161C
9#040B0E
Tints
Lighter variations
1#2E84A6
2#3599C0
3#49A8CD
4#63B4D4
5#7DC1DB
6#97CDE2
7#B1DAEA
8#CBE6F1
9#E5F3F8
Tones
Muted variations
1#2B6D87
2#316B82
3#36697D
4#3B6678
5#406473
6#45626E
7#4A6069
8#4F5E63
9#545B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE6 #CBE6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D3 #A3D3E6 | BordersInactive statesPlaceholder text |
| 400 | 73BC #73BCD9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BA9 #4BA9CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 308C #308CB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 266F #266F8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4F #1B4F64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1233 #123340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E3F2F7;
--teal-200: #CBE6F1;
--teal-300: #A3D3E6;
--teal-400: #73BCD9;
--teal-500: #4BA9CE;
--teal-600: #308CB0;
--teal-700: #266F8C;
--teal-800: #1B4F64;
--teal-900: #123340;
--teal-950: #0B2028;
}