Teal
#267B8C
CyanColor Codes
All color formats for development
HEX
#267B8CRGB
rgb(38, 123, 140)HSL
hsl(190, 57%, 35%)OKLCH
oklch(0.541 0.082 213.9)CMYK
cmyk(73%, 12%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#236F7E
2#1F6370
3#1B5662
4#174A54
5#133E46
6#0F3138
7#0C252A
8#08191C
9#040C0E
Tints
Lighter variations
1#2E92A6
2#35A9C0
3#49B7CD
4#63C1D4
5#7DCCDB
6#97D6E2
7#B1E0EA
8#CBEAF1
9#E5F5F8
Tones
Muted variations
1#2B7887
2#317482
3#36717D
4#3B6E78
5#406A73
6#45676E
7#4A6369
8#4F6063
9#545D5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEA #CBEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3DB #A3DBE6 | BordersInactive statesPlaceholder text |
| 400 | 73C8 #73C8D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BB8 #4BB8CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 309B #309BB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 267B #267B8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B58 #1B5864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1238 #123840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E3F4F7;
--teal-200: #CBEAF1;
--teal-300: #A3DBE6;
--teal-400: #73C8D9;
--teal-500: #4BB8CE;
--teal-600: #309BB0;
--teal-700: #267B8C;
--teal-800: #1B5864;
--teal-900: #123840;
--teal-950: #0B2328;
}