Teal
#24668F
BlueColor Codes
All color formats for development
HEX
#24668FRGB
rgb(36, 102, 143)HSL
hsl(203, 60%, 35%)OKLCH
oklch(0.488 0.093 240.1)CMYK
cmyk(75%, 29%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#205C81
2#1D5172
3#194764
4#153D56
5#123347
6#0E2939
7#0B1F2B
8#07141D
9#040A0E
Tints
Lighter variations
1#2A79A9
2#318CC4
3#459BD1
4#60A9D7
5#7AB8DE
6#95C6E4
7#AFD4EB
8#CAE2F2
9#E4F1F8
Tones
Muted variations
1#296489
2#2E6384
3#34627F
4#396179
5#3E5F74
6#445E6F
7#495D69
8#4F5C64
9#545A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE2 #CAE2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CD #A1CDE8 | BordersInactive statesPlaceholder text |
| 400 | 70B2 #70B2DB | Disabled statesSecondary iconsMuted text |
| 500 | 479C #479CD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D80 #2D80B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2466 #24668F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A49 #1A4966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E2F0F8;
--teal-200: #CAE2F2;
--teal-300: #A1CDE8;
--teal-400: #70B2DB;
--teal-500: #479CD1;
--teal-600: #2D80B4;
--teal-700: #24668F;
--teal-800: #1A4966;
--teal-900: #102F41;
--teal-950: #0A1D29;
}