Teal
#0F5071
BlueColor Codes
All color formats for development
HEX
#0F5071RGB
rgb(15, 80, 113)HSL
hsl(200, 77%, 25%)OKLCH
oklch(0.409 0.082 237)CMYK
cmyk(87%, 29%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D4866
2#0C405A
3#0A384F
4#093044
5#072838
6#06202D
7#041822
8#031017
9#01080B
Tints
Lighter variations
1#136893
2#1780B5
3#1C98D6
4#34AAE5
5#56B8E9
6#78C6ED
7#99D4F2
8#BBE3F6
9#DDF1FB
Tones
Muted variations
1#144E6C
2#184D67
3#1D4B62
4#224A5D
5#274858
6#2C4653
7#31454E
8#36434A
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E6 #C4E6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D3 #97D3F2 | BordersInactive statesPlaceholder text |
| 400 | 61BD #61BDEA | Disabled statesSecondary iconsMuted text |
| 500 | 34AA #34AAE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A8D #1A8DC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1570 #15709E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F50 #0F5071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0933 #093348 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FD;
--teal-100: #DFF2FB;
--teal-200: #C4E6F7;
--teal-300: #97D3F2;
--teal-400: #61BDEA;
--teal-500: #34AAE5;
--teal-600: #1A8DC7;
--teal-700: #15709E;
--teal-800: #0F5071;
--teal-900: #093348;
--teal-950: #06202D;
}