Teal
#255F8E
BlueColor Codes
All color formats for development
HEX
#255F8ERGB
rgb(37, 95, 142)HSL
hsl(207, 59%, 35%)OKLCH
oklch(0.471 0.097 246.4)CMYK
cmyk(74%, 33%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#215580
2#1D4C72
3#1A4263
4#163955
5#122F47
6#0F2639
7#0B1C2B
8#07131C
9#04090E
Tints
Lighter variations
1#2B70A8
2#3282C3
3#4792CF
4#61A1D6
5#7BB1DD
6#96C1E4
7#B0D0EB
8#CAE0F1
9#E5EFF8
Tones
Muted variations
1#2A5E89
2#2F5D83
3#345D7E
4#3A5C79
5#3F5C74
6#445B6E
7#495B69
8#4F5A64
9#545A5F
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 | CAE0 #CAE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C8 #A2C8E7 | BordersInactive statesPlaceholder text |
| 400 | 71AB #71ABDA | Disabled statesSecondary iconsMuted text |
| 500 | 4993 #4993D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E77 #2E77B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255F #255F8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A44 #1A4465 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112B #112B41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FC;
--teal-100: #E3EEF8;
--teal-200: #CAE0F1;
--teal-300: #A2C8E7;
--teal-400: #71ABDA;
--teal-500: #4993D0;
--teal-600: #2E77B2;
--teal-700: #255F8E;
--teal-800: #1A4465;
--teal-900: #112B41;
--teal-950: #0A1B29;
}