Teal
#2F6B83
BlueColor Codes
All color formats for development
HEX
#2F6B83RGB
rgb(47, 107, 131)HSL
hsl(197, 47%, 35%)OKLCH
oklch(0.499 0.072 227.2)CMYK
cmyk(64%, 18%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B6176
2#265669
3#214B5C
4#1C404F
5#183642
6#132B34
7#0E2027
8#09151A
9#050B0D
Tints
Lighter variations
1#387F9C
2#4193B4
3#54A3C2
4#6DB0CA
5#85BDD3
6#9ECADC
7#B6D7E5
8#CEE5ED
9#E7F2F6
Tones
Muted variations
1#336A7F
2#38687B
3#3C6677
4#406472
5#44626E
6#48616A
7#4D5F66
8#515D62
9#555B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE5 #CEE5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D0 #A9D0E0 | BordersInactive statesPlaceholder text |
| 400 | 7CB8 #7CB8D0 | Disabled statesSecondary iconsMuted text |
| 500 | 56A4 #56A4C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B87 #3B87A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F6B #2F6B83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224D #224D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1631 #16313C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E5F1F6;
--teal-200: #CEE5ED;
--teal-300: #A9D0E0;
--teal-400: #7CB8D0;
--teal-500: #56A4C2;
--teal-600: #3B87A5;
--teal-700: #2F6B83;
--teal-800: #224D5E;
--teal-900: #16313C;
--teal-950: #0E1F25;
}