Teal
#255E8D
BlueColor Codes
All color formats for development
HEX
#255E8DRGB
rgb(37, 94, 141)HSL
hsl(207, 58%, 35%)OKLCH
oklch(0.468 0.097 246.8)CMYK
cmyk(74%, 33%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22557F
2#1E4C71
3#1A4263
4#163955
5#132F47
6#0F2638
7#0B1C2A
8#07131C
9#04090E
Tints
Lighter variations
1#2C70A7
2#3381C1
3#4892CE
4#62A1D5
5#7CB1DC
6#96C1E3
7#B0D0EA
8#CBE0F1
9#E5EFF8
Tones
Muted variations
1#2B5E88
2#305D83
3#355D7D
4#3A5C78
5#3F5C73
6#455B6E
7#4A5B69
8#4F5A64
9#545A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE0 #CBE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C8 #A2C8E6 | BordersInactive statesPlaceholder text |
| 400 | 72AB #72ABDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A93 #4A93CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F77 #2F77B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255E #255E8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B43 #1B4365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112B #112B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3EEF8;
--teal-200: #CBE0F1;
--teal-300: #A2C8E6;
--teal-400: #72ABDA;
--teal-500: #4A93CF;
--teal-600: #2F77B1;
--teal-700: #255E8D;
--teal-800: #1B4365;
--teal-900: #112B40;
--teal-950: #0B1B28;
}