Teal
#267F8C
CyanColor Codes
All color formats for development
HEX
#267F8CRGB
rgb(38, 127, 140)HSL
hsl(188, 57%, 35%)OKLCH
oklch(0.551 0.083 209.1)CMYK
cmyk(73%, 9%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#23727E
2#1F6570
3#1B5962
4#174C54
5#133F46
6#0F3338
7#0C262A
8#08191C
9#040D0E
Tints
Lighter variations
1#2E96A6
2#35AEC0
3#49BBCD
4#63C5D4
5#7DCFDB
6#97D8E2
7#B1E2EA
8#CBECF1
9#E5F5F8
Tones
Muted variations
1#2B7B87
2#317782
3#36737D
4#3B7078
5#406C73
6#45686E
7#4A6469
8#4F6163
9#545D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEC #CBECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3DD #A3DDE6 | BordersInactive statesPlaceholder text |
| 400 | 73CB #73CBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BBC #4BBCCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 309F #309FB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 267F #267F8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5A #1B5A64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123A #123A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B24 #0B2428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E3F5F7;
--teal-200: #CBECF1;
--teal-300: #A3DDE6;
--teal-400: #73CBD9;
--teal-500: #4BBCCE;
--teal-600: #309FB0;
--teal-700: #267F8C;
--teal-800: #1B5A64;
--teal-900: #123A40;
--teal-950: #0B2428;
}